Open interest quantity for this market as reported by the exchange.

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

Syntax

C#
public int OpenInterest { get; }
Visual Basic (Declaration)
Public ReadOnly Property OpenInterest As Integer
Visual C++
public:
property int OpenInterest {
	int get ();
}

Field Value

Return Value

The open interest quantity, or -1 if no data is available.

Remarks