| IC2TradingSystemTrades Property |
This API is preliminary and subject to change.
Gets the list of trades.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax IEnumerable<ITrade> Trades { get; }
Property Value
Type:
IEnumerableITrade
The list of trades.
See Also