Class representing the settlement data.

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

Syntax

C#
public class Settlement
Visual Basic
Public Class Settlement
Visual C++
public ref class Settlement

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.

Inheritance Hierarchy

System..::..Object
  T4.API..::..Market..::..Settlement

See Also