OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
ExecutionReport_New Struct Reference

Public Types

enum  
typedef SchemaTraits Schema
typedef ExecutionReport_New ThisType
Public Types inherited from SbeMessage
typedef MessageSize EncodedLength
typedef MessageSize BlockLength

Public Member Functions

 ExecutionReport_New ()=default
 ExecutionReport_New (void *data, EncodedLength length, SchemaVersion version=Schema::Version)
 ExecutionReport_New (void *data, EncodedLength length, NoFieldsInit, SchemaVersion version=Schema::Version)
 ExecutionReport_New (void *data, EncodedLength length, NoInit)
 ExecutionReport_New (SbeMessage message)
 ExecutionReport_New (void *data, EncodedLength length, NoInit, NoCheck) noexcept
auto originatorUserId () const noexcept
ThisTypeoriginatorUserId (StrRef value) noexcept
auto execId () const noexcept
ThisTypeexecId (ChooseValueKind< OrderExecID > value) noexcept
auto clOrdId () const noexcept
ThisTypeclOrdId (Int64 value) noexcept
auto symbol () const noexcept
ThisTypesymbol (Int32 value) noexcept
auto ordType () const noexcept
ThisTypeordType (OrderTypeEnum value) noexcept
auto side () const noexcept
ThisTypeside (SideEnum value) noexcept
auto origOrderId () const noexcept
ThisTypeorigOrderId (OriginalOrderID value) noexcept
ThisTypeorigOrderId (NullOpt) noexcept
auto leavesQty () const noexcept
ThisTypeleavesQty (Decimal9 value) noexcept
auto price () const noexcept
ThisTypeprice (Decimal9 value) noexcept
ThisTypeprice (NullOpt) noexcept
auto meAcceptanceTime () const noexcept(ticksToTimestamp::Nothrow)
ThisTypemeAcceptanceTime (Timestamp value) noexcept(timestampToTicks::Nothrow)
auto timePriority () const noexcept(ticksToTimestamp::Nothrow)
ThisTypetimePriority (Timestamp value) noexcept(timestampToTicks::Nothrow)
auto orderStatus () const noexcept
ThisTypeorderStatus (OrderStatusEnum value) noexcept
ThisTypeorderStatus (NullOpt) noexcept
auto memo () const noexcept
ThisTypememo (StrRef value) noexcept
ThisTypememo (NullOpt) noexcept
ThisTyperesetVariableFields () noexcept
ThisTypereset () noexcept
std::string toString () const
const void * tail () const noexcept
EncodedLength calculateBinarySize () const noexcept
Public Member Functions inherited from SbeMessage
 SbeMessage () noexcept
 SbeMessage (void *data, MessageSize size, SchemaVersion version)
 SbeMessage (void *data, MessageSize size)
 SbeMessage (void *data, MessageSize size, NoCheck) noexcept
void clear () noexcept
bool valid () const noexcept
 operator bool () const noexcept
MessageTemplateId templateId () const noexcept
SchemaVersion version () const noexcept
SchemaId schemaId () const noexcept
SequenceId sequenceId () const noexcept
SbeMessagesequenceId (SequenceId value) noexcept
Timestamp sendTime () const noexcept
SbeMessagesendTime (Timestamp value) noexcept
HeaderFlags headerFlags () const noexcept
SbeMessageheaderFlags (HeaderFlags value) noexcept
const void * binary () const noexcept
void * binary () noexcept
const void * blockEnd () noexcept
const void * blockEnd () const noexcept
MessageSize bufferSize () const noexcept
void * body () noexcept
BlockLength blockLength () const noexcept
const void * block () const noexcept
void * block () noexcept
Public Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize >
ONIXS_ICEBOE_FORCEINLINE Messaging::SbeMessagecontainer () noexcept
void zeroPaddingBytes (MessageSize offset) noexcept
ONIXS_ICEBOE_FORCEINLINE void setOrdinary (MessageSize offset, FieldValue value) noexcept
ONIXS_ICEBOE_FORCEINLINE void setEnumeration (MessageSize offset, Enumeration value) noexcept
ONIXS_ICEBOE_FORCEINLINE void setFixedStr (MessageSize offset, StrRef value) noexcept

Static Public Member Functions

static constexpr BlockLength minimalBlockLength (SchemaVersion version) noexcept
static constexpr BlockLength blockLength (SchemaVersion version) noexcept
static constexpr MessageSize getMinimalVariableFieldsSize (SchemaVersion version)
static constexpr UInt64 getMaxMessageSize (UInt8) noexcept
static constexpr StrRef className () noexcept
static constexpr StrRef fixType () noexcept

Additional Inherited Members

Protected Types inherited from SbeMessage
typedef SbeGroupList< MessageSizeGroupList
typedef SbeVariableLengthFieldList< MessageSizeVariableLengthFieldList
Protected Member Functions inherited from SbeMessage
SbeMessageversion (SchemaVersion version) noexcept
GroupList groups () noexcept
GroupList groups () const noexcept
template<typename Group>
void initGroup (Group &group, typename Group::EntrySize entrySize) noexcept
template<typename Group>
void setupGroup (Group &group, typename Group::Size entryCount, const void *messageTail)
template<typename Group>
void constructGroup (Group &group, typename Group::Size entryCount, const void *messageTail)
template<typename DATA>
void setVarDataField (DATA &data, StrRef value, const void *oldMessageTail)
VariableLengthFieldList variableLengthFields () noexcept
VariableLengthFieldList variableLengthFields () const noexcept
void init (MessageHeader::TemplateId value, MessageHeader::BlockLength minimalBlockLength, MessageHeader::BlockLength blockLength, SchemaId id) noexcept
MessageSize calculateBinarySize (const void *tail) const noexcept
template<class Callable, class Owner>
void setVariableLengthField (Callable callable, StrRef value, Owner &owner)
template<class Callable, class Owner>
void setVariableLengthField (Callable callable, StrRef value, SchemaVersion since, Owner &owner)
template<class Callable, class Owner>
StrRef getVariableLengthField (Callable callable, const Owner &owner) const noexcept
template<class Callable, class Owner>
StrRef getVariableLengthField (Callable callable, SchemaVersion since, Owner &owner) const noexcept
template<class Callable, class Owner>
void setVariableLengthFieldToNull (Callable callable, Owner &owner) noexcept
template<class Group, class Callable, class Owner>
void resetGroup (Callable callable, Owner &owner) noexcept
template<class Callable, class Owner>
void setVariableLengthFieldToNull (Callable callable, SchemaVersion since, Owner &owner) noexcept
template<class Group, class Callable, class Owner>
void resetGroup (Callable callable, SchemaVersion since, Owner &owner)
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group getGroup (Callable callable, Owner &owner) const noexcept
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group getGroup (Callable callable, SchemaVersion since, Owner &owner) const noexcept
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group constructGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner)
template<class Group, class Callable, class Owner>
ONIXS_ICEBOE_FORCEINLINE Group constructGroup (Callable callable, typename Group::Size length, Owner &owner)
template<class Group, class Callable, class Owner>
Group setupGroup (Callable callable, typename Group::Size length, SchemaVersion since, Owner &owner)
template<class Group, class Callable, class Owner>
Group setupGroup (Callable callable, typename Group::Size length, Owner &owner)
Protected Member Functions inherited from SbeFields< Messaging::SbeMessage, MessageSize >
 SbeFields ()=default
 ~SbeFields ()=default
Protected Member Functions inherited from BinaryBlock< Messaging::SbeMessage, MessageSize >
 BinaryBlock ()=default
 ~BinaryBlock ()=default
ONIXS_ICEBOE_FORCEINLINE Value ordinary (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE Enumeration enumeration (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE StrRef fixedStr (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE Value decimal (MessageSize offset) const noexcept
ONIXS_ICEBOE_FORCEINLINE std::enable_if<!isComposite< typenameNullValue::Value >::value, SbeOptionalConverted< decltype(std::declval< Callable >()(std::declval< typenameArgType< Callable >::type >()))> >::type convertible (MessageSize offset, OptionalTag) const noexcept(noexcept(Callable::Nothrow))
Protected Member Functions inherited from BinaryBlockBase
 ~BinaryBlockBase ()=default
Static Protected Member Functions inherited from SbeMessage
static constexpr MessageSize getMaxMessageSize () noexcept

Detailed Description

Definition at line 17333 of file Messages.h.

Member Typedef Documentation

◆ Schema

Used template schema.

Definition at line 17338 of file Messages.h.

◆ ThisType

This type alias.

Definition at line 17341 of file Messages.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Message template ID from SBE schema.

Enumerator
TemplateId 104 

Definition at line 17344 of file Messages.h.

17344{ TemplateId = 104 };

Constructor & Destructor Documentation

◆ ExecutionReport_New() [1/6]

ExecutionReport_New ( )
default

Initializes a blank instance.

◆ ExecutionReport_New() [2/6]

ExecutionReport_New ( void * data,
EncodedLength length,
SchemaVersion version = Schema::Version )
inline

Initializes an instance over the given memory block.

Definition at line 17350 of file Messages.h.

17351 : SbeMessage(data, length, version)
17352 {
17353 checkVersion<Schema>(version);
17354 checkLength(length, version);
17355 init(TemplateId, minimalBlockLength(version), blockLength(version), Schema::Id);
17356 reset();
17357 }

◆ ExecutionReport_New() [3/6]

ExecutionReport_New ( void * data,
EncodedLength length,
NoFieldsInit ,
SchemaVersion version = Schema::Version )
inline

Initializes an instance over the given memory block With no variable-length fields initialization It is assumed that the user does such an initialization manually.

Definition at line 17362 of file Messages.h.

17363 : SbeMessage(data, length, version)
17364 {
17365 checkVersion<Schema>(version);
17366 checkLength(length, version);
17367 init(TemplateId, minimalBlockLength(version), blockLength(version), Schema::Id);
17368 resetVariableFields();
17369 }

◆ ExecutionReport_New() [4/6]

ExecutionReport_New ( void * data,
EncodedLength length,
NoInit  )
inline

Creates an instance over the given memory block.

Definition at line 17372 of file Messages.h.

17373 : SbeMessage(data, length)
17374 {
17375 checkCompatibility();
17376 }

◆ ExecutionReport_New() [5/6]

ExecutionReport_New ( SbeMessage message)
inlineexplicit

Creates an instance over the given SBE message.

Definition at line 17380 of file Messages.h.

17381 : SbeMessage(message)
17382 {
17383 assert(message.valid());
17384
17385 checkCompatibility();
17386 }

◆ ExecutionReport_New() [6/6]

ExecutionReport_New ( void * data,
EncodedLength length,
NoInit ,
NoCheck  )
inlinenoexcept

Creates an instance over the given memory block.

Performs no checks.

Definition at line 17390 of file Messages.h.

17391 : SbeMessage(data, length, NoCheck())
17392 {
17393 assert(schemaId() == Schema::Id);
17394 assert(version() >= Schema::MinimalVersion);
17395 assert(TemplateId == templateId());
17396 }
const char * version() noexcept

Member Function Documentation

◆ blockLength()

constexpr BlockLength blockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept

Size of message body in bytes.

Definition at line 17678 of file Messages.h.

17679 {
17680 return
17681 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
17682 minimalBlockLength(version);
17683 }

◆ calculateBinarySize()

EncodedLength calculateBinarySize ( ) const
inlinenoexcept
Returns
the size occupied by the message.

Definition at line 17757 of file Messages.h.

17758 {
17759 return
17760 SbeMessage::calculateBinarySize(tail());
17761 }

◆ className()

constexpr StrRef className ( )
inlinestaticconstexprnoexcept
Returns
class name.

Definition at line 17726 of file Messages.h.

17727 {
17728 return constructStrRef("ExecutionReport_New");
17729 }
constexpr StrRef constructStrRef(const char(&value)[Size]) noexcept
Definition StrRef.h:414

◆ clOrdId() [1/2]

auto clOrdId ( ) const
inlinenoexcept

Provides access to clOrdID field.

Definition at line 17438 of file Messages.h.

17439 {
17440 constexpr BlockLength offset = 40;
17441
17442 return ordinary<Int64>(offset);
17443 }

◆ clOrdId() [2/2]

ThisType & clOrdId ( Int64 value)
inlinenoexcept

Provides access to clOrdID field.

Definition at line 17446 of file Messages.h.

17447 {
17448 constexpr BlockLength offset = 40;
17449
17450 setOrdinary(offset, value);
17451 return *this;
17452 }

◆ execId() [1/2]

auto execId ( ) const
inlinenoexcept

Provides access to execID field.

Definition at line 17420 of file Messages.h.

17421 {
17422 constexpr BlockLength offset = 20;
17423
17424 return ordinary<OrderExecID>(offset);
17425 }

◆ execId() [2/2]

ThisType & execId ( ChooseValueKind< OrderExecID > value)
inlinenoexcept

Provides access to execID field.

Definition at line 17428 of file Messages.h.

17429 {
17430 constexpr BlockLength offset = 20;
17431
17432 setOrdinary(offset, value);
17433 return *this;
17434 }

◆ fixType()

constexpr StrRef fixType ( )
inlinestaticconstexprnoexcept

FIX message type.

Definition at line 17734 of file Messages.h.

17735 {
17736 return constructStrRef("8");
17737 }

◆ getMaxMessageSize()

constexpr UInt64 getMaxMessageSize ( UInt8 )
inlinestaticconstexprnoexcept

Maximal message size.

Definition at line 17698 of file Messages.h.

17699 {
17700 return
17701 static_cast<UInt64>(MessageHeaderBuilder::Size) +
17702 blockLength(Schema::Version);
17703 }

◆ getMinimalVariableFieldsSize()

constexpr MessageSize getMinimalVariableFieldsSize ( SchemaVersion version)
inlinestaticconstexpr

Minimal variable fields size (when variable-length fields are empty).

Definition at line 17688 of file Messages.h.

17689 {
17690 return
17691 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
17692 0;
17693 }

◆ leavesQty() [1/2]

auto leavesQty ( ) const
inlinenoexcept

Quantity, Price with constant exponent -9.

Definition at line 17536 of file Messages.h.

17537 {
17538 constexpr BlockLength offset = 70;
17539
17540 return ordinary<Decimal9>(offset);
17541 }

◆ leavesQty() [2/2]

ThisType & leavesQty ( Decimal9 value)
inlinenoexcept

Quantity, Price with constant exponent -9.

Definition at line 17544 of file Messages.h.

17545 {
17546 constexpr BlockLength offset = 70;
17547
17548 setOrdinary(offset, value);
17549 return *this;
17550 }

◆ meAcceptanceTime() [1/2]

auto meAcceptanceTime ( ) const
inlinenoexcept

Nanoseconds since Unix epoch (January 1st, 1970).

Definition at line 17580 of file Messages.h.

17581 {
17582 constexpr BlockLength offset = 86;
17583 return convertible<ticksToTimestamp>(offset);
17584 }

◆ meAcceptanceTime() [2/2]

ThisType & meAcceptanceTime ( Timestamp value)
inlinenoexcept

Nanoseconds since Unix epoch (January 1st, 1970).

Definition at line 17587 of file Messages.h.

17588 {
17589 constexpr BlockLength offset = 86;
17590
17591 setOrdinary(offset, convert<timestampToTicks>(value));
17592 return *this;
17593 }

◆ memo() [1/3]

auto memo ( ) const
inlinenoexcept

Provides access to memo field.

Definition at line 17640 of file Messages.h.

17641 {
17642 constexpr BlockLength offset = 103;
17643 constexpr BlockLength length = 30;
17644
17645 return fixedStr<length>(offset, optional);
17646 }

◆ memo() [2/3]

ThisType & memo ( NullOpt )
inlinenoexcept

Definition at line 17658 of file Messages.h.

17659 {
17660 constexpr BlockLength offset = 103;
17661 constexpr BlockLength length = 30;
17662
17663 setFixedStr<length>(offset, StrRef());
17664 return *this;
17665 }
std::basic_string_view< Char > StrRef
Definition StrRef.h:46

◆ memo() [3/3]

ThisType & memo ( StrRef value)
inlinenoexcept

Provides access to memo field.

Definition at line 17649 of file Messages.h.

17650 {
17651 constexpr BlockLength offset = 103;
17652 constexpr BlockLength length = 30;
17653
17654 setFixedStr<length>(offset, value);
17655 return *this;
17656 }

◆ minimalBlockLength()

constexpr BlockLength minimalBlockLength ( SchemaVersion version)
inlinestaticconstexprnoexcept

Minimal size of message body in bytes.

Definition at line 17669 of file Messages.h.

17670 {
17671 return
17672 ONIXS_ICEBOE_ASSERT(version >= Schema::MinimalVersion),
17673 133;
17674 }

◆ orderStatus() [1/3]

auto orderStatus ( ) const
inlinenoexcept

uint8NULL.

Definition at line 17614 of file Messages.h.

17615 {
17616 constexpr BlockLength offset = 102;
17617
17618 return enumeration<OrderStatusEnum, NullUint8NULL>(offset, optional);
17619 }

◆ orderStatus() [2/3]

ThisType & orderStatus ( NullOpt )
inlinenoexcept

Definition at line 17630 of file Messages.h.

17631 {
17632 constexpr BlockLength offset = 102;
17633
17634 setOrdinary(offset, NullUint8NULL());
17635 return *this;
17636 }
IntegralConstant< UInt8, 255 > NullUint8NULL
Null value for an optional Uint8NULL field.
Definition Fields.h:1006

◆ orderStatus() [3/3]

ThisType & orderStatus ( OrderStatusEnum value)
inlinenoexcept

uint8NULL.

Definition at line 17622 of file Messages.h.

17623 {
17624 constexpr BlockLength offset = 102;
17625
17626 setEnumeration<OrderStatusEnum>(offset, value);
17627 return *this;
17628 }

◆ ordType() [1/2]

auto ordType ( ) const
inlinenoexcept

Provides access to ordType field.

Definition at line 17474 of file Messages.h.

17475 {
17476 constexpr BlockLength offset = 52;
17477
17478 return enumeration<OrderTypeEnum>(offset);
17479 }

◆ ordType() [2/2]

ThisType & ordType ( OrderTypeEnum value)
inlinenoexcept

Provides access to ordType field.

Definition at line 17482 of file Messages.h.

17483 {
17484 constexpr BlockLength offset = 52;
17485
17486 setEnumeration<OrderTypeEnum>(offset, value);
17487 return *this;
17488 }

◆ originatorUserId() [1/2]

auto originatorUserId ( ) const
inlinenoexcept

Provides access to originatorUserID field.

Definition at line 17400 of file Messages.h.

17401 {
17402 constexpr BlockLength offset = 0;
17403 constexpr BlockLength length = 20;
17404
17405 return fixedStr<length>(offset);
17406 }

◆ originatorUserId() [2/2]

ThisType & originatorUserId ( StrRef value)
inlinenoexcept

Provides access to originatorUserID field.

Definition at line 17409 of file Messages.h.

17410 {
17411 constexpr BlockLength offset = 0;
17412 constexpr BlockLength length = 20;
17413
17414 setFixedStr<length>(offset, value);
17415 return *this;
17416 }

◆ origOrderId() [1/3]

auto origOrderId ( ) const
inlinenoexcept

Provides access to origOrderID field.

Definition at line 17510 of file Messages.h.

17511 {
17512 constexpr BlockLength offset = 54;
17513
17514 return ordinary<NullOriginalOrderID>(offset, optional);
17515 }

◆ origOrderId() [2/3]

ThisType & origOrderId ( NullOpt )
inlinenoexcept

Definition at line 17526 of file Messages.h.

17527 {
17528 constexpr BlockLength offset = 54;
17529
17530 setOrdinary(offset, NullOriginalOrderID());
17531 return *this;
17532 }

◆ origOrderId() [3/3]

ThisType & origOrderId ( OriginalOrderID value)
inlinenoexcept

Provides access to origOrderID field.

Definition at line 17518 of file Messages.h.

17519 {
17520 constexpr BlockLength offset = 54;
17521
17522 setOrdinary(offset, value);
17523 return *this;
17524 }

◆ price() [1/3]

auto price ( ) const
inlinenoexcept

Quantity, Price with constant exponent -9.

Definition at line 17554 of file Messages.h.

17555 {
17556 constexpr BlockLength offset = 78;
17557
17558 return ordinary<NullDecimal9>(offset, optional);
17559 }

◆ price() [2/3]

ThisType & price ( Decimal9 value)
inlinenoexcept

Quantity, Price with constant exponent -9.

Definition at line 17562 of file Messages.h.

17563 {
17564 constexpr BlockLength offset = 78;
17565
17566 setOrdinary(offset, value);
17567 return *this;
17568 }

◆ price() [3/3]

ThisType & price ( NullOpt )
inlinenoexcept

Definition at line 17570 of file Messages.h.

17571 {
17572 constexpr BlockLength offset = 78;
17573
17574 setOrdinary(offset, NullDecimal9());
17575 return *this;
17576 }
IntegralConstant< Int64, -9223372036854775807LL-1 > NullDecimal9
Null value for an optional Decimal9 field.
Definition Fields.h:958

◆ reset()

ThisType & reset ( )
inlinenoexcept

Reset all variable-length and optional fields if any.

Definition at line 17712 of file Messages.h.

17713 {
17714 origOrderId(nullOpt);
17715 price(nullOpt);
17716 orderStatus(nullOpt);
17717 memo(nullOpt);
17718
17719 resetVariableFields();
17720 return *this;
17721 }

◆ resetVariableFields()

ThisType & resetVariableFields ( )
inlinenoexcept

Reset all variable-length fields if any.

Definition at line 17706 of file Messages.h.

17707 {
17708 return *this;
17709 }

◆ side() [1/2]

auto side ( ) const
inlinenoexcept

Provides access to side field.

Definition at line 17492 of file Messages.h.

17493 {
17494 constexpr BlockLength offset = 53;
17495
17496 return enumeration<SideEnum>(offset);
17497 }

◆ side() [2/2]

ThisType & side ( SideEnum value)
inlinenoexcept

Provides access to side field.

Definition at line 17500 of file Messages.h.

17501 {
17502 constexpr BlockLength offset = 53;
17503
17504 setEnumeration<SideEnum>(offset, value);
17505 return *this;
17506 }

◆ symbol() [1/2]

auto symbol ( ) const
inlinenoexcept

Provides access to symbol field.

Definition at line 17456 of file Messages.h.

17457 {
17458 constexpr BlockLength offset = 48;
17459
17460 return ordinary<Int32>(offset);
17461 }

◆ symbol() [2/2]

ThisType & symbol ( Int32 value)
inlinenoexcept

Provides access to symbol field.

Definition at line 17464 of file Messages.h.

17465 {
17466 constexpr BlockLength offset = 48;
17467
17468 setOrdinary(offset, value);
17469 return *this;
17470 }

◆ tail()

const void * tail ( ) const
inlinenoexcept
Returns
the end of the message.

Definition at line 17745 of file Messages.h.

17746 {
17747 return
17750 binary(),
17751 static_cast<ptrdiff_t>(SbeMessage::blockLength()) +
17752 MessageHeader::Size));
17753 }
ONIXS_ICEBOE_FORCEINLINE void * toOpaquePtr(Type *ptr) noexcept
Makes the pointer an opaque one.
Definition Memory.h:51
ONIXS_ICEBOE_FORCEINLINE Type * advanceByBytes(Type *pointer, ptrdiff_t distance) noexcept
Advances the pointer to a given offset (distance) in bytes.
Definition Memory.h:110

◆ timePriority() [1/2]

auto timePriority ( ) const
inlinenoexcept

Nanoseconds since Unix epoch (January 1st, 1970).

Definition at line 17597 of file Messages.h.

17598 {
17599 constexpr BlockLength offset = 94;
17600 return convertible<ticksToTimestamp>(offset);
17601 }

◆ timePriority() [2/2]

ThisType & timePriority ( Timestamp value)
inlinenoexcept

Nanoseconds since Unix epoch (January 1st, 1970).

Definition at line 17604 of file Messages.h.

17605 {
17606 constexpr BlockLength offset = 94;
17607
17608 setOrdinary(offset, convert<timestampToTicks>(value));
17609 return *this;
17610 }

◆ toString()

std::string toString ( ) const
inline
Returns
a human-readable presentation.

Definition at line 1504 of file MessageSerialization.h.

1505{
1506 return toStr(*this);
1507}
std::string toStr(Order::PriceOptional value)
Definition Order.cpp:34