MarketDepthMode Property

Returns the mode of the market.

Definition

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

Property Value

MarketMode

Remarks

This states whether the market is currently open, closed or in a different trading state.

Note: not all exchanges provide accurate market mode information so this should not be relied upon completely to determine if an order can be submitted or not.

See Also