Class FillsSubscription
Provides properties, methods, and events for monitoring Fill activity
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 FillsSubscription : Subscription, IDisposable
Remarks
A FillsSubscription monitors all Fill activity for the current Session. It makes fill events available from the exchange. This feed is generally more useful for back-office type applications that are not typically concerned with time-sensitive responses but that need all available information about a fill. Its primary purpose is to support back-office applications that need access to fill information, but neither submit orders or track order activity. If you need to monitor fills and order activity, you should register for Fill events through a TradeSubscription.
Constructors
FillsSubscription(Dispatcher)
Declaration
public FillsSubscription(Dispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
Dispatcher | dispatcher |
Methods
Start()
Declaration
public override void Start()
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.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
System.IDisposable