Show / Hide Table of Contents

Class InstrumentLookupSubscription

Inheritance
object
UserEventHandler
InstrumentLookup
InstrumentLookupSubscription
Implements
IDisposable
Inherited Members
InstrumentLookup.OnData
InstrumentLookup.MarketId
InstrumentLookup.ProductType
InstrumentLookup.ProductName
InstrumentLookup.Alias
InstrumentLookup.Instrument
InstrumentLookup.ContractName
InstrumentLookup.Get()
InstrumentLookup.CreateStrategy(List<StrategyLegDefinition>, Account, MarketId)
InstrumentLookup.GetAsync()
InstrumentLookup.Dispose()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

IDisposable
In this article
Back to top