Class InstrumentLookupSubscription
Inheritance
InstrumentLookupSubscription
Assembly: tt-net-api.dll
Syntax
public class InstrumentLookupSubscription : InstrumentLookup, IDisposable
Constructors
InstrumentLookupSubscription(Dispatcher, InstrumentKey)
Declaration
public InstrumentLookupSubscription(Dispatcher dispatcher, InstrumentKey instrumentKey)
Parameters
InstrumentLookupSubscription(Dispatcher, MarketId, ProductType, string, string)
Declaration
public InstrumentLookupSubscription(Dispatcher dispatcher, MarketId marketId_, ProductType productType, string productName, string alias)
Parameters
InstrumentLookupSubscription(Dispatcher, ProductKey, string)
Declaration
public InstrumentLookupSubscription(Dispatcher dispatcher, ProductKey key, string alias)
Parameters
Methods
Start()
Declaration
Implements