Constructors
constructor
- new LimitOrder(action, lmtPrice, totalQuantity, transmit?): LimitOrder
-
Parameters
-
-
lmtPrice: number
-
totalQuantity: number
-
transmit: boolean = true
Properties
lmtPrice
lmtPrice: number
totalQuantity
totalQuantity: number
transmit
transmit: boolean = true
Represents a limit order.