OnixS C++ CME MDP Conflated UDP Handler 1.1.2
API documentation
Loading...
Searching...
No Matches
ValueKind< Value > Class Template Reference

Public Types

enum  

Detailed Description

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

Definition at line 1274 of file ValueConverters.h.

Member Enumeration Documentation

◆ anonymous enum

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

The kind of the given field value by its type.

Definition at line 1318 of file ValueConverters.h.