Click or drag to resize
IC2TradingSystemSignals Property
This API is preliminary and subject to change.
Gets trading signals.

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

Property Value

Type: IEnumerableISignal
A collection of trading signals.
See Also