OnixS C++ CME iLink 3 Binary Order Entry Handler  1.18.0
API Documentation
MaxMessageSize.h File Reference

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::iLink3
 
 OnixS::CME::iLink3::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 MaxILink3MessageSize = 65535 - sizeof(SimpleOpenFramingHeader)