![]() |
Go to the source code of this file.
Classes | |
struct | FIX::Exception |
Base QuickFIX exception type. More... | |
struct | FIX::DataDictionaryNotFound |
DataDictionary not found for BeginString or ApplVerID. More... | |
struct | FIX::FieldNotFound |
Field not found inside a message. More... | |
struct | FIX::FieldConvertError |
Unable to convert field into its native format. More... | |
struct | FIX::MessageParseError |
Unable to parse message. More... | |
struct | FIX::InvalidMessage |
Not a recognizable message. More... | |
struct | FIX::ConfigError |
Application is not configured correctly More... | |
struct | FIX::RuntimeError |
Application encountered serious error during runtime More... | |
struct | FIX::InvalidTagNumber |
Tag number does not exist in specification. More... | |
struct | FIX::RequiredTagMissing |
Required field is not in message. More... | |
struct | FIX::TagNotDefinedForMessage |
Field does not belong to message. More... | |
struct | FIX::NoTagValue |
Field exists in message without a value. More... | |
struct | FIX::IncorrectTagValue |
Field has a value that is out of range. More... | |
struct | FIX::IncorrectDataFormat |
Field has a badly formatted value. More... | |
struct | FIX::IncorrectMessageStructure |
Message is not structured correctly. More... | |
struct | FIX::DuplicateFieldNumber |
Field shows up twice in the message. More... | |
struct | FIX::InvalidMessageType |
Not a known message type. More... | |
struct | FIX::UnsupportedMessageType |
Message type not supported by application. More... | |
struct | FIX::UnsupportedVersion |
Version of FIX is not supported. More... | |
struct | FIX::TagOutOfOrder |
Tag is not in the correct order. More... | |
struct | FIX::RepeatedTag |
Repeated tag not part of repeating group. More... | |
struct | FIX::RepeatingGroupCountMismatch |
Repeated group count not equal to actual count. More... | |
struct | FIX::DoNotSend |
Indicates user does not want to send a message. More... | |
struct | FIX::RejectLogon |
User wants to reject permission to logon. More... | |
struct | FIX::SessionNotFound |
Session cannot be found for specified action. More... | |
struct | FIX::IOException |
IO Error. More... | |
struct | FIX::SocketException |
Socket Error. More... | |
struct | FIX::SocketSendFailed |
Socket send operation failed. More... | |
struct | FIX::SocketRecvFailed |
Socket recv operation failed. More... | |
struct | FIX::SocketCloseFailed |
Socket close operation failed. More... | |
Namespaces | |
namespace | FIX |