Class OrderHistoryEventArgs
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
Result of an order-history download (MT5 OrderHistoryEventArgs).
public sealed class OrderHistoryEventArgs
- Inheritance
-
OrderHistoryEventArgs
- Inherited Members
Properties
- Action
MT5 action code. Not set by ViiSync (0).
- InternalDeals
Every deal in the window.
- InternalOrders
Every order placed in the window (market and pending, any state).
- Orders
Closed trades (one per position closed in the window) and balance/credit operations.
- PartialResponse
True when the server capped the deal window (more history exists than returned).