Show / Hide Table of Contents

Class FillsSubscription

Inheritance
object
UserEventHandler
Subscription
FillsSubscription
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 FillsSubscription : Subscription, IDisposable

Constructors

FillsSubscription(Dispatcher)

Declaration
public FillsSubscription(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher

Methods

Start()

Declaration
public override void Start()
Overrides
Subscription.Start()

ToString()

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

Events

FillAdded

Declaration
public event EventHandler<FillAddedEventArgs> FillAdded
Event Type
Type Description
EventHandler<FillAddedEventArgs>

FillAmended

Declaration
public event EventHandler<FillAmendedEventArgs> FillAmended
Event Type
Type Description
EventHandler<FillAmendedEventArgs>

FillBookDownload

Declaration
public event EventHandler<FillBookDownloadEventArgs> FillBookDownload
Event Type
Type Description
EventHandler<FillBookDownloadEventArgs>

FillConfirmed

Declaration
public event EventHandler<FillConfirmedEventArgs> FillConfirmed
Event Type
Type Description
EventHandler<FillConfirmedEventArgs>

FillDeleted

Declaration
public event EventHandler<FillDeletedEventArgs> FillDeleted
Event Type
Type Description
EventHandler<FillDeletedEventArgs>

FillListEnd

Declaration
public event EventHandler<FillListEventArgs> FillListEnd
Event Type
Type Description
EventHandler<FillListEventArgs>

FillListStart

Declaration
public event EventHandler<FillListEventArgs> FillListStart
Event Type
Type Description
EventHandler<FillListEventArgs>

Implements

IDisposable
In this article
Back to top