Summary
Represents the collection of all historical trades of the account.
Syntax
public History History{ get; }
Example 1
foreach (HistoricalTrade trade in History) { Print(trade.EntryTime); }
public History History{ get; }
foreach (HistoricalTrade trade in History) { Print(trade.EntryTime); }