117 seqNumber_ = seqNumber;
152 brief(str, security);
172 toStr(str, security);
StrRef toStrRef(const std::string &str)
Constructs StrRef instance over std::string content.
Security(SecurityId id)
Initializes instance.
StrRef group() const
Security group code.
void group(const StrRef &group)
Assigns security group code.
Attributes associated with security.
StrRef symbol() const
Security name or symbol.
UInt64 SecurityId
Unique security identifier.
std::string brief(const Security &security)
Security brief info.
SecurityId id() const
Unique security identifier.
size_t size() const
Number of chars.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS
UInt32 seqNumber() const
Security-level sequence number.
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED
void asset(const StrRef &asset)
Updates asset code.
std::string toStr(const Security &security)
Serializes security.
void symbol(const StrRef &symbol)
Updates security name or symbol.
const Char * items() const
Read-only content.
Provides efficient way of accessing text-based FIX field values.
StrRef asset() const
String field that indicates the underlying asset code (Product Code).
void seqNumber(UInt32 seqNumber)
Updates sequence number.
~Security()
Cleans everything up.
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN