Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (29 loc) · 859 Bytes

File metadata and controls

36 lines (29 loc) · 859 Bytes

TT API Sample Applications in C#

For use with the Trading Technologies TT API

The repository contains a single Visual Studio 2010 solution which consists of 20 distinct projects, each illustrating a unique feature of the TT API. For more information about the TT API please see http://devnet.tradingtechnologies.com

The projects contained:

Prices

  • PriceUpdateDragDrop
  • PriceUpdateManual
  • PriceUpdateMultiple
  • PriceUpdateDepth
  • TimeAndSales

Orders & Fills

  • SubmitOrder
  • ModifyOrder
  • OrderUpdate
  • FillUpdate
  • OrderFilter
  • ProfitLoss

Miscellaneous

  • MarketExplorer
  • Autospreader

Console

  • Console_PriceSubscription
  • Console_PriceDepthSubscription
  • Console_TimeAndSales
  • Console_OrderRouting
  • Console_FillSubscription
  • Console_ASEOrderRouting
  • Console_SSEOrderRouting