OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Member Functions | Public Attributes | List of all members
Market Struct Reference

Market representation. More...

Public Member Functions

 Market (MarketId marketId)
 
std::string toString () const
 

Public Attributes

MarketId id
 Typed id of market.
 
std::string symbol
 Market identity.
 
std::string name
 Long name of market.
 
MarketType::Enum marketType
 Type of market.
 
OMexBool::Enum indexMarket
 Indicates if the market is an index market or not.
 
WeekDays::Enum tradingDays
 This field describes the normal week days which is open for trading.
 
WeekDays::Enum settlementDays
 This field describes the normal week days which is open for settlement.
 
WeekDays::Enum clearingDays
 This field describes the normal week days which is open for clearing.
 
std::string bicCode
 BIC-code.
 

Detailed Description

Market representation.

Market entity defines business areas that share the same starting practices, such as the different trading states. The market is used to define different products traded on the SGX Derivatives Market.

Examples of markets are MSCI Taiwan and Singapore Index.