OnixS C++ B3 BOE Binary Order Entry  1.2.0
API Documentation
MaxMessageSize.h File Reference

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::B3
 
 OnixS::B3::BOE
 
 OnixS::B3::BOE::Messaging
 

Functions

template<typename Message >
constexpr MessageSize calculateMaxMessageSize (UInt8 maxGroupItems)
 
template<typename Message >
constexpr std::enable_if< MaxMessageSizeTraits< Message >::UseCustomValue, MessageSize >::type getMaxMessageSize (UInt8)
 
template<typename Message >
constexpr std::enable_if<!MaxMessageSizeTraits< Message >::UseCustomValue, MessageSize >::type getMaxMessageSize (UInt8 maxGroupItems)
 

Variables

constexpr UInt16 MaxB3BOEMessageSize = 65535 - sizeof(SimpleOpenFramingHeader)