OrderModifyRequest class
public sealed class OrderModifyRequest : IBufferMessage, IMessage<OrderModifyRequest>
Public Members
| name | description |
|---|---|
| OrderModifyRequest() | The default constructor. |
| OrderModifyRequest(…) | |
| HasNewPrice { get; } | Gets whether the "new_price" field is set |
| HasNewStopLoss { get; } | Gets whether the "new_stop_loss" field is set |
| HasNewTakeProfit { get; } | Gets whether the "new_take_profit" field is set |
| NewExpiration { get; set; } | |
| NewPrice { get; set; } | |
| NewStopLoss { get; set; } | |
| NewTakeProfit { get; set; } | |
| OrderTicket { get; set; } | |
| CalculateSize() | |
| ClearNewPrice() | Clears the value of the "new_price" field |
| ClearNewStopLoss() | Clears the value of the "new_stop_loss" field |
| ClearNewTakeProfit() | Clears the value of the "new_take_profit" field |
| Clone() | |
| override Equals(…) | |
| Equals(…) | |
| override GetHashCode() | |
| MergeFrom(…) | (2 methods) |
| override ToString() | |
| WriteTo(…) | |
| static Descriptor { get; } | |
| static Parser { get; } | |
| const NewExpirationFieldNumber | Field number for the "new_expiration" field. |
| const NewPriceFieldNumber | Field number for the "new_price" field. |
| const NewStopLossFieldNumber | Field number for the "new_stop_loss" field. |
| const NewTakeProfitFieldNumber | Field number for the "new_take_profit" field. |
| const OrderTicketFieldNumber | Field number for the "order_ticket" field. |
See Also
- namespace mt4_term_api