Show / Hide Table of Contents

Working with trade subscriptions

The TradeSubscription class handles alerting a TT .NET SDK application when order and fill events occur. You must create at least one TradeSubscription instance to receive order and fill updates. TT .NET SDK allows you to create multiple TradeSubscription instances to monitor different sets of orders and fills; it also allows you to create filters to narrow the view a subscription provides into the orders and fills.

  • Using pre-defined trade subscription filters
  • Creating custom trade subscription filters
  • Improving performance of trade subscriptions
  • Leveraging helper properties and methods
  • Account Filtering
In this article
Back to top