Show / Hide Table of Contents

Class Subscription

Inheritance
object
UserEventHandler
Subscription
EstimatedPositionInQueueSubscription
FillsSubscription
OptionsChainSubscription
PriceSubscription
RequestForQuoteSubscription
TimeAndSalesSubscription
TradeSubscription
Implements
IDisposable
Inherited Members
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 abstract class Subscription : UserEventHandler, IDisposable

Properties

Dispatcher

Declaration
public Dispatcher Dispatcher { get; }
Property Value
Type Description
Dispatcher

Tag

Declaration
public object Tag { get; set; }
Property Value
Type Description
object

Methods

Dispose()

Declaration
public void Dispose()

Start()

Declaration
public abstract void Start()

Implements

IDisposable
In this article
Back to top