Show / Hide Table of Contents

Class InstrumentCatalogSubscription

Inheritance
object
UserEventHandler
InstrumentCatalog
InstrumentCatalogSubscription
Implements
IDisposable
Inherited Members
InstrumentCatalog.OnData
InstrumentCatalog.Product
InstrumentCatalog.MarketId
InstrumentCatalog.ProductType
InstrumentCatalog.ProductName
InstrumentCatalog.IncludeInactive
InstrumentCatalog.Instruments
InstrumentCatalog.InstrumentList
InstrumentCatalog.Get()
InstrumentCatalog.GetAsync()
InstrumentCatalog.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 InstrumentCatalogSubscription : InstrumentCatalog, IDisposable

Constructors

InstrumentCatalogSubscription(MarketId, ProductType, string, Dispatcher)

Declaration
public InstrumentCatalogSubscription(MarketId marketId_, ProductType productType, string productName, Dispatcher dispatcher)
Parameters
Type Name Description
MarketId marketId_
ProductType productType
string productName
Dispatcher dispatcher

InstrumentCatalogSubscription(Product, Dispatcher)

Declaration
public InstrumentCatalogSubscription(Product product, Dispatcher dispatcher)
Parameters
Type Name Description
Product product
Dispatcher dispatcher

Methods

Start()

Declaration
public void Start()

Implements

IDisposable
In this article
Back to top