Show / Hide Table of Contents

Class TimeAndSalesSubscription

A time and sales subscription.

Inheritance
object
UserEventHandler
Subscription
TimeAndSalesSubscription
Implements
IDisposable
Inherited Members
Subscription.Tag
Subscription.Dispatcher
Subscription.Dispose()
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 TimeAndSalesSubscription : Subscription, IDisposable

Constructors

TimeAndSalesSubscription(Instrument, Dispatcher)

Creates by instrument.

Declaration
public TimeAndSalesSubscription(Instrument instrument, Dispatcher dispatcher)
Parameters
Type Name Description
Instrument instrument

The instrument.

Dispatcher dispatcher

TimeAndSalesSubscription(Instrument, Dispatcher, bool)

Constructor.

Declaration
public TimeAndSalesSubscription(Instrument instrument, Dispatcher dispatcher, bool shouldSkipOTC)
Parameters
Type Name Description
Instrument instrument

The instrument.

Dispatcher dispatcher
bool shouldSkipOTC

Methods

Start()

Starts this object.

Declaration
public override void Start()
Overrides
Subscription.Start()
Exceptions
Type Condition
Exception

Thrown when an exception error condition occurs.

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Events

Update

Event queue for all listeners interested in Update events.

Declaration
public event EventHandler<TimeAndSalesEventArgs> Update
Event Type
Type Description
EventHandler<TimeAndSalesEventArgs>

Implements

IDisposable
In this article
Back to top