OnixS Borsa Italiana IDEM SOLA HSVF Market Data Handler for C++  1.1.2.0
Public Member Functions | Public Attributes | List of all members
Bulletins Class Reference

Bulletins will be sent throughout the trading day. More...

Public Member Functions

 Bulletins ()
 Initialize default instance.
 
std::string toString () const
 Returns string representation.
 

Public Attributes

BulletinType::Enum bulletinType
 Bulletin Type.
 
std::string symbol
 Present ONLY in Special Text Bulletin (bulletinType == BulletinType::Special).
 
std::string bulletinContents
 Bulletin in textual form. Left justified, blank fill.
 
bool continueMarker
 0 - bulleting continues in the next record, 1 - ended.
 

Additional Inherited Members

- Protected Member Functions inherited from Message
virtual ~Message ()
 Finalize instance.
 

Detailed Description

Bulletins will be sent throughout the trading day.

More than one message will be used if the bulletin is longer than 79 characters. The continuation marker indicates that the bulletin continues to the next record.

When a Trading instrument has been halted by the Bourse de Montreal Inc., a Bulletin Message explaining the reason for the halt will be transmitted. When the trading instrument is reinstated, another Bulletin Message explaining the news that accompanied the reinstatement will be transmitted.

All records that make up a particular bulletin will be sent out together. No other message will be interspersed among the records that make up a complete bulletin.