Class InstrumentLookupSubscription
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class InstrumentLookupSubscription : InstrumentLookup, IDisposable
Constructors
InstrumentLookupSubscription(Dispatcher, InstrumentKey)
Declaration
public InstrumentLookupSubscription(Dispatcher dispatcher, InstrumentKey instrumentKey)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
InstrumentKey | instrumentKey |
InstrumentLookupSubscription(Dispatcher, MarketId, ProductType, String, String)
Declaration
public InstrumentLookupSubscription(Dispatcher dispatcher, MarketId marketId_, ProductType productType, string productName, string alias)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
MarketId | marketId_ | |
ProductType | productType | |
String | productName | |
String | alias |
InstrumentLookupSubscription(Dispatcher, ProductKey, String)
Declaration
public InstrumentLookupSubscription(Dispatcher dispatcher, ProductKey key, string alias)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher | |
ProductKey | key | |
String | alias |
Methods
Start()
Declaration
public void Start()
Implements
System.IDisposable