Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPlaceOrderOptionsV2

Hierarchy

  • IBasePlaceOrderOptions
    • IPlaceOrderOptionsV2

Index

Properties

accountId

accountId: string

User account to place order

Optional clientTag

clientTag?: string

Client tag to identify or group orders

duration

duration: IDuration

Order duration

Optional gttExpiration

gttExpiration?: string

Order expiration

Optional ifDoneParentId

ifDoneParentId?: null | string

Id of an order on which this order depends

instrument

instrument: string

Order instrument

Optional limitPrice

limitPrice?: string

Order limit price

Optional ocoGroup

ocoGroup?: null | string

One-Cancels-the-Other group ID if set

orderType

orderType: IOrderType

Order type

Optional partQuantity

partQuantity?: string

Order partial quantity, twap and iceberg orders only

Optional placeInterval

placeInterval?: string

Order place interval, twap orders only

Optional priceDistance

priceDistance?: string

Order price distance, trailing_stop orders only

quantity

quantity: string

Order quantity

side

side: ISide

Order side

Optional stopLoss

stopLoss?: string

Price of stop loss order

Optional stopPrice

stopPrice?: string

Order stop price

Optional takeProfit

takeProfit?: string

Price of take profit order

Optional version

version?: "2.0" | "3.0"

API version