A TradeSubscription object is essentially a collection of pointers to a set of orders and a collection of pointers to a set of fills. Before calling the Start() method for a TradeSubscription object, these collections are empty. After calling the Start method, the TT .NET SDK begins to populate these collections.
Supported initialization events
A TradeSubscription object fires the following event when its initial set of orders and fills are added.
After a TradeSubscription instance has been initialized, any change in the orders that are contained within it will result in an update event being fired.
Supported update events
A TradeSubscription object fires the following events when the status its orders and fills are changed.