MarketSettlement Class

Class representing the settlement data.

Definition

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

Remarks

Different exchanges and contracts provide settlement data at different times, when available it will be provided to the API. The last settlement price will be provided following subscription.

If the market has not traded yet then there may not be a settlement price available. Additionally, if the market did not trade in the previous day then the settlement price may be from an earlier day.

Properties

ClearedVolume Cleared volume for the previous trading day for this market as reported by the exchange.
HeldPrice Returns the price of the latest settlement for this market (which could be for the current trading day), if any.
HeldTime Returns the server time of the held settlement price.
HeldTradeDate Returns the trade date of the held settlement price.
OpenInterest Open interest quantity for this market as reported by the exchange.
Price Returns the price of the settlement for this market for the prior trading day, if any.
Time Returns the server time of the settlement price.
TradeDate Returns the trade date of the settlement price.
VWAPrice Volume weighted average price as reported by the exchange, if any.

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