Class InstrumentTradeSubscription
Inheritance
InstrumentTradeSubscription
Assembly: tt-net-api.dll
Syntax
public class InstrumentTradeSubscription : TradeSubscription, IDisposable
Constructors
InstrumentTradeSubscription(Dispatcher, Instrument)
Declaration
public InstrumentTradeSubscription(Dispatcher dispatcher, Instrument instrument)
Parameters
InstrumentTradeSubscription(Dispatcher, Instrument, bool)
Declaration
public InstrumentTradeSubscription(Dispatcher dispatcher, Instrument instrument, bool ownOrdersOnly)
Parameters
Implements