Class representing a single tradable market.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public class Market
Visual Basic (Declaration)
Public Class Market
Visual C++
public ref class Market

Remarks

This could be an outright future, exchange supported strategy or an option.

Only markets have prices associated with them and only markets can have orders placed in them. Contracts and Exchanges provide just a hierarchy grouping the markets together.

Use the ConvertTicks, ConvertPrice, AddTicks methods to convert prices between their integer representations and display formats.

Inheritance Hierarchy

System..::.Object
  T4.API..::.Market

See Also