OrderParameters
class
Resolves an order parameters per account and instrument
Fields
Account Account | An account with which order should be modified |
Amount double | A lot of the order |
Instrument Instrument | An instrument on which order should be modified |
OrderExpireDate DateTime | Date of the order expiration |
OrderId string | Id of the order |
OrderType OrderType | Type of the order |
PositionID string | Id of the position |
Price double | Desired price of the order |
Side SideEnum | Aggressor side of the order |
Slippage int | Alowed slippage within order |
SlTpHolder SlTpParameters | Stop loss and take profit container |
TimeInForce TimeInForce | TIF of the order |