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

Instrument Status Information. More...

Public Member Functions

std::string toString () const
 String representation.
 
 StatusInfo ()
 Default constructor.
 

Public Attributes

uint16 secondsToStateChange
 State Change, Seconds. More...
 
std::string warningMsg
 Warning Message. More...
 
OMexDate actualStartDate
 Actual Start Date. More...
 
OMexTime actualStartTime
 Actual Start Time. More...
 
OMexDate nextPlannedStartDate
 Planned Start Date, Next. More...
 
OMexTime nextPlannedStartTime
 Planned Start Time, Next. More...
 

Detailed Description

Instrument Status Information.

Member Data Documentation

OMexDate actualStartDate

Actual Start Date.

Defines actual start date. Distributed in UTC together with Actual Start Time. Format: YYYYMMDD.

OMexTime actualStartTime

Actual Start Time.

Defines actual start time. Distributed in UTC together with Actual Start Date. Format: HHMMSS.

OMexDate nextPlannedStartDate

Planned Start Date, Next.

Defines planned start date for next planned state change. Distributed in UTC together with Planned Start Time, Next.Format: YYYYMMDD.

If specified it is a warning and defines the next planned state. If not specified it is a state change.

OMexTime nextPlannedStartTime

Planned Start Time, Next.

Defines planned start time for next planned state change. Distributed in UTC together with Planned Start Date, Next.Format: HHMMSS.

If specified it is a warning and defines the next planned state. If not specified it is a state change.

uint16 secondsToStateChange

State Change, Seconds.

This identifies how many seconds that are left until a change of state. If the value is larger than zero it is a warning. If the value is zero it means that it is the actual state change.

Value = 0 State Change Value larger than 0 Warning

std::string warningMsg

Warning Message.

This is a warning message that will be shown at a trading state change.