public class MarketSettlementPublic Class MarketSettlementDifferent 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.
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |