Class representing the price limits data.

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

Syntax

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

Remarks

Some exchanges provide the order price limits outside of which they will reject orders entered. You should check the 'HasLimits' property to determine if T4 knows the limits for the market or not.

Inheritance Hierarchy

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

See Also