| 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 IEnumerable<ISymbolPL> SymbolsProfitsData()
Return Value
Type:
IEnumerableISymbolPLA list of SymbolPL objects.
See Also