OnixS C++ CME iLink 3 Binary Order Entry Handler 1.19.4
Users' manual and API documentation
Loading...
Searching...
No Matches
ValueKind< Value > Class Template Reference

#include <OnixS/CME/iLink3/messaging/TagBased/ValueConverters.h>

Public Types

enum  

Detailed Description

template<class Value>
class OnixS::CME::iLink3::Messaging::TagBased::ValueKind< Value >

Definition at line 1217 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 1261 of file ValueConverters.h.