Method SortAndTrimDealsNotClosed
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
SortAndTrimDealsNotClosed(DealInternal[])
Deals sorted by time with those belonging to positions that are not closed trimmed away.
public DealInternal[] SortAndTrimDealsNotClosed(DealInternal[] deals)
Parameters
dealsDealInternal[]
Returns
Remarks
MT5 equivalent
Order.SortAndTrimDealsNotClosed(DealInternal[] deals)— full