Show / Hide Table of Contents

Handling trade subscriptions

Types of trade subscription events

After creating an instance of the TradeSubscription class, you can subscribe for events. These events fall into the following categories:

  • Subscribing to initialization events
  • Subscribing to update events

Cleaning up

When you shut down your application, you should call the Dispose method for each instance of the TradeSubscriptionclass.

In this article
Back to top