OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
ValueKind< Value > Class Template Reference

Public Types

enum  

Detailed Description

template<class Value>
class OnixS::CME::MDH::FIX::ValueKind< Value >

Definition at line 916 of file ValueConverters.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Value>
anonymous enum
Enumerator
Kind (sizeof(Bits) == sizeof(kind<Value>( nullptr )) ? ValueKinds::Bits : (sizeof(Enumeration) == sizeof(kind<Value>( nullptr )) ? ValueKinds::Enumeration : ValueKinds::Ordinary)) 

The kind of the given field value by its type.

Definition at line 934 of file ValueConverters.h.