OnixS C++ FIX Engine 2.79.1.0
Dialect Class Reference

FIX Protocol Dialect.

List of all members.

Public Member Functions

 Dialect (const std::string &dialectId)
 Dialect (const Dialect &other)
const std::string & id () const
Version version () const
Dialectoperator= (const Dialect &other)
bool operator== (const Dialect &other) const
bool operator!= (const Dialect &other) const

Constructor & Destructor Documentation

Dialect ( const std::string &  dialectId)

Initializes dialect according to the definition from the Engine configuration file.

Parameters:
dialectIdIdentifier of FIX dialect as it specified in Dialect XML description.

Member Function Documentation

Version version ( ) const

Version of the FIX messaging specification (protocol) on which the dialect is based.