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