Show / Hide Table of Contents

Working with instruments

The Market class represents a tradable market, the TT .NET SDK class represents a tradable product and the Instrument class represents a tradable entity. You cannot create these objects directly. Instead, you must submit a request to fetch this data. By using this model, TT .NET SDK ensures that an instrument’s details are valid before subscribing for prices or submitting orders.

  • Markets
  • Products
  • Fetching a single instrument
  • Fetching all instruments for a given product
  • The ProductDataEvent enumeration
  • The Instrument class
In this article
Back to top