Constructors
constructor
- new StopLimitOrder(action, lmtPrice, auxPrice, totalQuantity?, transmit?, parentId?, tif?): StopLimitOrder
-
Parameters
-
-
lmtPrice: number
-
auxPrice: number
-
Optional totalQuantity: boolean
-
Optional transmit: boolean
-
Optional parentId: number
-
Properties
auxPrice
auxPrice: number
lmtPrice
lmtPrice: number
Optional parentId
parentId?: number
Optional totalQuantity
totalQuantity?: boolean
Optional transmit
transmit?: boolean
Represents a stop-limit order.