OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
HasNoVariableFieldsOrGroups< Message > Struct Template Reference

Static Public Member Functions

static constexpr UInt16 calculateMaxMessageSize ()

Static Public Attributes

static constexpr bool UseCustomValue = true

Detailed Description

template<typename Message>
struct OnixS::ICE::BOE::Messaging::HasNoVariableFieldsOrGroups< Message >

Definition at line 50 of file MessageSizeTraits.h.

Member Function Documentation

◆ calculateMaxMessageSize()

template<typename Message>
constexpr UInt16 calculateMaxMessageSize ( )
inlinestaticconstexpr

Definition at line 55 of file MessageSizeTraits.h.

56 {
57 return
58 Message::blockLength(Message::Schema::Version)
59 + MessageHeader::Size;
60 }

Member Data Documentation

◆ UseCustomValue

template<typename Message>
bool UseCustomValue = true
staticconstexpr

Definition at line 52 of file MessageSizeTraits.h.