Class AlgoTradeSubscription
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class AlgoTradeSubscription : TradeSubscription, IDisposable
Constructors
AlgoTradeSubscription(Dispatcher, Algo)
Declaration
public AlgoTradeSubscription(Dispatcher dispatcher, Algo algo)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
Algo | algo |
AlgoTradeSubscription(Dispatcher, Algo, Boolean)
Declaration
public AlgoTradeSubscription(Dispatcher dispatcher, Algo algo, bool ownOrdersOnly)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
Algo | algo | |
Boolean | ownOrdersOnly |
Events
AlertsFired
Declaration
public event EventHandler<AlertsFiredEventArgs> AlertsFired
Event Type
Type | Description |
---|---|
EventHandler<AlertsFiredEventArgs> |
ExportValuesUpdated
Declaration
public event EventHandler<ExportValuesUpdatedEventArgs> ExportValuesUpdated
Event Type
Type | Description |
---|---|
EventHandler<ExportValuesUpdatedEventArgs> |
Implements
System.IDisposable