Click or drag to resize
IC2TradingSystemCash Property
This API is preliminary and subject to change.
This API is preliminary and subject to change.
Gets the cash time series - NOT YET IMPLEMENTED.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<ITimeSeriesPoint> Cash { get; }

Property Value

Type: IEnumerableITimeSeriesPoint
The cash.
See Also