OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
Composites.h File Reference

Go to the source code of this file.

Classes

class  MessageHeader
struct  Data
struct  VarString8
struct  VarString16
class  GroupSizeEncoding
class  MaxOneGroupSizeEncoding
class  OrderExecID
class  OriginalOrderID
struct  NullOriginalOrderID

Namespaces

namespace  OnixS
namespace  OnixS::ICE
namespace  OnixS::ICE::BOE
namespace  OnixS::ICE::BOE::Messaging

Typedefs

typedef MessageHeader MessageHeaderBuilder

Functions

template<typename Callable>
ONIXS_ICEBOE_FORCEINLINE auto convert (typename ArgType< Callable >::type value) noexcept(noexcept(Callable::Nothrow)) -> decltype(std::declval< Callable >()(std::declval< typename ArgType< Callable >::type >()))
template<typename NullValue, typename Callable>
auto convert (typename ArgType< Callable >::type value, OptionalTag) noexcept(noexcept(Callable::Nothrow)) -> SbeOptionalConverted< decltype(std::declval< Callable >()(std::declval< typename ArgType< Callable >::type >()))>