Click or drag to resize
IC2TradingSystemSymbolsTradesVolumesData 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#
IEnumerable<ISymbolTradedVolume> SymbolsTradesVolumesData()

Return Value

Type: IEnumerableISymbolTradedVolume
A list of SymbolTradedVolumes objects.
See Also