Class InstrumentTradeSubscription
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 InstrumentTradeSubscription : TradeSubscription, IDisposable
Constructors
InstrumentTradeSubscription(Dispatcher, Instrument)
Declaration
public InstrumentTradeSubscription(Dispatcher dispatcher, Instrument instrument)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
Instrument | instrument |
InstrumentTradeSubscription(Dispatcher, Instrument, Boolean)
Declaration
public InstrumentTradeSubscription(Dispatcher dispatcher, Instrument instrument, bool ownOrdersOnly)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
Instrument | instrument | |
Boolean | ownOrdersOnly |
Implements
System.IDisposable