MarketUnderlying Property

Return the underlying market, if any.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public Market Underlying { get; }

Property Value

Market

Return Value

Market

Remarks

If this is an option market, and has a related underlying futures market, then that market will be returned here. Not all options markets have underlying futures markets.

See Also