Click or drag to resize
IC2TradingSystemSymbolsTradesData Method
This API is preliminary and subject to change.
Returns counts of trades by symbols.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ISymbolTradesCount> SymbolsTradesData()

Return Value

Type: IEnumerableISymbolTradesCount
A list of SymbolTradesCount objects.
See Also