Click or drag to resize
IC2TradingSystemSymbolsProfitsData Method
This API is preliminary and subject to change.
Returns sums of profits and loss of trades summarized by symbols.

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

Return Value

Type: IEnumerableISymbolPL
A list of SymbolPL objects.
See Also