Class OrderProgress
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Progress of one trade request (MT5 OrderProgress).
public sealed class OrderProgress
- Inheritance
-
OrderProgress
- Inherited Members
Properties
- Order
ViiSync extra: the order the request is about. On InProcess (the request is on its way to the server, TradeResult.Status REQUEST_ON_WAY) its State is the MT5 request state: RequestAdding (a new order — OrderSend, a position close), RequestModifying (OrderModify) or RequestCancelling (OrderDelete).
- TradeRequest
The request as sent.
- TradeResult
The server's answer (or the local status for InProcess, Timeout and Exception).
- Type
ViiSync extra: the progress stage.