MarketPriceLimits Class

Class representing the price limits data.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class MarketPriceLimits
Inheritance
Object    MarketPriceLimits

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.

Properties

HighPrice Returns the high limit price for the market. If value is null then no high limit is available.
LowPrice Returns the low limit price for the market. If value is null then no low limit is available.
Time Time these limits were last updated.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also