static public property Constants.SystemProperties.MARKET_OPEN

Brief

The property contains "Y" in case the market is open and "N" in case the market is closed.

Declaration
Java
public static final String  MARKET_OPEN = "MARKET_OPEN";

Declared in Constants.SystemProperties

back