Order
class
Defines an order entity before dispatch/query it to/from server
Fields
AccountId string | An account with which order should be opened |
Exchange string | An exchange where instrument is presented |
ExpirationTime DateTime | Date of the order expiration |
FilledPrice double | Actual price value (filled) |
FilledQuantity double | Actual order quantity (filled) |
LastUpdateTime DateTime | Time of the last update |
Login string | Login name with which order should be opened |
OcoGroupId string | One cancel others id group |
OrderId string | Order id bearer |
OrderType OrderType | A type of the order |
PositionId string | Position id bearer |
Price double | Desired order price |
Quantity double | Desired order quantity |
Side SideEnum | Aggressor side of the order |
Status OrderStatus? | Status of the order |
StopLossPriceType CloseOrderPriceType | Stop loss type |
Symbol string | A symbol name of instrument on which order should be opened |
SymbolType string | A symbol type of instrument on which order should be opened |
TakeProfitPriceType CloseOrderPriceType | Take profit type |
Tiff TimeInForce | TIF if the order |