Class TimeAndSalesSubscription
A time and sales subscription.
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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, Boolean)
Constructor.
Declaration
public TimeAndSalesSubscription(Instrument instrument, Dispatcher dispatcher, bool shouldSkipOTC)
Parameters
Type | Name | Description |
---|---|---|
Instrument | instrument | The instrument. |
Dispatcher | dispatcher | |
Boolean | shouldSkipOTC |
Methods
Start()
Starts this object.
Declaration
public override void Start()
Overrides
Exceptions
Type | Condition |
---|---|
Exception | Thrown when an exception error condition occurs. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.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
System.IDisposable