102 return lastEventTime_;
161 brief(str, security);
175 toStr(str, security);
#define ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_LTWT
#define ONIXS_CMEMDH_NAMESPACE_END
#define ONIXS_CMEMDH_EXPORTED
The time point without the time-zone information.
Attributes associated with security.
void userData(UserData data)
Sets user-defined data.
void group(Messaging::StrRef group)
Assigns security group code.
Messaging::UInt32 seqNumber() const
Security-level sequence number.
void lastEventTime(Messaging::Timestamp ts) noexcept
Updates TransactTime of the last event that triggered a book update.
~Security()=default
Cleans everything up.
Messaging::Timestamp lastEventTime() const noexcept
TransactTime of the last event that triggered a book update.
UserData userData() const
User-defined data.
Messaging::StrRef asset() const
void symbol(Messaging::StrRef symbol)
Updates security name or symbol.
void seqNumber(Messaging::UInt32 seqNumber)
Updates sequence number.
Messaging::StrRef group() const
Messaging::UInt64 UserData
User-defined data to be attached.
Security(SecurityId id)
Initializes instance.
Messaging::StrRef symbol() const
Security name or symbol.
void asset(Messaging::StrRef asset)
Updates asset code.
std::uint32_t UInt32
uInt32.
std::basic_string_view< Char > StrRef
StrRef toStrRef(const std::string &str)
Constructs a StrRef instance over th std::string content.
std::uint64_t UInt64
uInt64.
Messaging::Int32 SecurityId
Unique security identifier.
void toStr(std::string &, BookState::Enum)
Serializes book state value into a string.
void brief(std::string &, const ConsolidatedBook &)
Book brief info.