Class representing the high low data.

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

Syntax

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

Remarks

Some exchanges provide high and low prices, others do not. When an exchange does not provide the information the server will keep track of them itself.

The current high/low for the market for the current trading day will be provided by the server following subscription to the market.

Inheritance Hierarchy

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

See Also