OnixS C++ FIX Engine  4.10.1
API Documentation
IDecodeListener Member List

This is the complete list of members for IDecodeListener, including all inherited members.

onBeginMessage(unsigned templateId, const char *messageType, size_t messageTypeLength)=0IDecodeListenerpure virtual
onBeginSequence(int tag, size_t itemCount)=0IDecodeListenerpure virtual
onBeginSequenceEntry(size_t index)=0IDecodeListenerpure virtual
onEndMessage()=0IDecodeListenerpure virtual
onEndSequence()=0IDecodeListenerpure virtual
onEndSequenceEntry()=0IDecodeListenerpure virtual
onValue(int tag, char value)=0IDecodeListenerpure virtual
onValue(int tag, short value)=0IDecodeListenerpure virtual
onValue(int tag, unsigned short value)=0IDecodeListenerpure virtual
onValue(int tag, int value)=0IDecodeListenerpure virtual
onValue(int tag, unsigned value)=0IDecodeListenerpure virtual
onValue(int tag, long long value)=0IDecodeListenerpure virtual
onValue(int tag, unsigned long long value)=0IDecodeListenerpure virtual
onValue(int tag, long long mantissa, int exponent)=0IDecodeListenerpure virtual
onValue(int tag, const char *value, size_t valueLength)=0IDecodeListenerpure virtual
onValue(int tag, float value)=0IDecodeListenerpure virtual
onValue(int tag, double value)=0IDecodeListenerpure virtual
~IDecodeListener() ONIXS_FIXENGINE_DEFAULTIDecodeListenervirtual