Show / Hide Table of Contents

Algo Server

Before you can launch a TT Order Type or ADL algo, you must first fetch its full definition. Once you have its full definition, you can create an OrderProfile instance, set values for each of its parameters, and then call the AlgoTradeSubscription.SendOrder() method to begin its execution.

  • Fetching a list of all algos
  • Fetching a single algo
  • Handling trade subscriptions
  • Launching an algo
In this article
Back to top