ReplaceOrderRequest
class
This request is used for replace (modify) pending order.
Properties
Amount double? | Value of the order in lots. |
Comment string | Comment for the order. |
ExpirationTime DateTime? | The date of expiration order (for GTD orders). |
LinkedTo string | The ID of the order which current order is bound to; if the former is executed, the system cancels the latter. Uses by OCO, StopLoss, TakeProfit or TrStop orders. |
Price double? | Price at which the order is to be executed. |
StopLimitPrice double? | Stop Price for the StopLimit order. |
TimeInForce TimeInForce? | Order's Time-in-force. |
Type OrdersType? | The type of order. |
Constructors
ReplaceOrderRequest () | Creates empty request. |
ReplaceOrderRequest (double price) | Creates request for changing price. |
ReplaceOrderRequest (double price, double amount) | Creates request for changing price and amount. |