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