OnixS C++ CME Market Data Handler  2.56.0.0
Public Member Functions | List of all members
News Class Reference

News. More...

Public Member Functions

 News (const Message &message)
 Initializes the instance from given message.
 
 ~News ()
 Releases associated resources.
 
std::string headline () const
 Headline.
 
void headline (std::string &line) const
 Appends headline to given string.
 
std::string text () const
 News text.
 
void text (std::string &) const
 Appends News text to given string.
 
const Messagemessage () const
 Corresponding FIX message.
 
std::string toString () const
 String representation.
 
void toString (std::string &) const
 Appends string representation.
 

Detailed Description

News.