Collective2 Explorer
Collective2 Explorer
Namespaces
C2ExplorerServiceStack.Logic Namespaces
C2ExplorerServiceStack.Logic.Interfaces
IC2TradingSystem Interface
IC2TradingSystem Methods
SymbolsProfits Method
SymbolsProfitsData Method
SymbolsTrades Method
SymbolsTradesData Method
SymbolsTradesVolumes Method
SymbolsTradesVolumesData Method
SystemChart Method
TradesHistogram Method
TradesHistogramData Method
TradesHistogramPercent Method
TradesHistogramPercentData Method
TradesTimeLine Method
IC2TradingSystem
SymbolsTradesData 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#
Copy
IEnumerable
<
ISymbolTradesCount
>
SymbolsTradesData
()
Return Value
Type:
IEnumerable
ISymbolTradesCount
A list of SymbolTradesCount objects.
See Also
Reference
IC2TradingSystem Interface
C2ExplorerServiceStack.Logic.Interfaces Namespace