libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::BATSBOE::common::optional::CancelOrder Namespace Reference

Typedefs

using bitfields_to_type_map = jmmcg::bitfield_map< boost::mpl::map< boost::mpl::pair< std::integral_constant< bitfields_t, bitfields_t::ClearingFirm >::type, common::ClearingFirm_t > > >
 

Enumerations

enum  bitfields_t : uint16_t { bitfields_t::ClearingFirm =(0x1UL<<0), bitfields_t::last_field =(0x1UL<<0) }
 

Functions

 BOOST_MPL_ASSERT_RELATION (static_cast< std::size_t >(jmmcg::mpl::bit_position< static_cast< std::underlying_type< bitfields_t >::type >(bitfields_t::last_field)>::value),==, static_cast< std::size_t >(bitfields_to_type_map::mapped_types_size))
 

Typedef Documentation

◆ bitfields_to_type_map

Enumeration Type Documentation

◆ bitfields_t

Enumerator
ClearingFirm 
last_field 

Definition at line 614 of file optional_field_types.hpp.

Function Documentation

◆ BOOST_MPL_ASSERT_RELATION()

isimud::exchanges::BATSBOE::common::optional::CancelOrder::BOOST_MPL_ASSERT_RELATION ( static_cast< std::size_t >  jmmcg::mpl::bit_position< static_cast< std::underlying_type< bitfields_t >::type >(bitfields_t::last_field)>::value,
static_cast< std::size_t >  bitfields_to_type_map::mapped_types_size 
)