TradingHelper.TradingHelperBase.OrderModify method
Modify market or pending order
public virtual Task<OrderModifyReply> OrderModify(OrderModifyRequest request,
ServerCallContext context)
| parameter | description |
|---|---|
| request | The request received from the client. |
| context | The context of the server-side call handler being invoked. |
Return Value
The response to send back to the client (wrapped by a task).
See Also
- class OrderModifyReply
- class OrderModifyRequest
- class TradingHelperBase
- namespace mt4_term_api