OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
HasEmptyCredentials< 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::HasEmptyCredentials< Message >

Definition at line 34 of file MessageSizeTraits.h.

Member Function Documentation

◆ calculateMaxMessageSize()

template<typename Message>
constexpr UInt16 calculateMaxMessageSize ( )
inlinestaticconstexpr

Definition at line 39 of file MessageSizeTraits.h.

40 {
41 return
42 Message::blockLength(Message::Schema::Version)
43 + MessageHeader::Size
44 + Message::getMinimalVariableFieldsSize(Message::Schema::Version);
45 }

Member Data Documentation

◆ UseCustomValue

template<typename Message>
bool UseCustomValue = true
staticconstexpr

Definition at line 36 of file MessageSizeTraits.h.