Class InstrumentCatalogSubscription
Provides properties, methods, and events for monitoring a Product's tradable contracts
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 InstrumentCatalogSubscription : InstrumentCatalog, IDisposable
Remarks
An InstrumentCatalogSubscription monitors the tradable Instruments an Exchange makes available for a specific Product.
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
System.IDisposable