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
SymbolsTradesVolumesData Method
This API is preliminary and subject to change.
Returns volumes of traded symbols.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
Copy
IEnumerable
<
ISymbolTradedVolume
>
SymbolsTradesVolumesData
()
Return Value
Type:
IEnumerable
ISymbolTradedVolume
A list of SymbolTradedVolumes objects.
See Also
Reference
IC2TradingSystem Interface
C2ExplorerServiceStack.Logic.Interfaces Namespace