Namespace OnixS.Fix.Exceptions
Classes
CannotEstablishLinkException
The telecommunication link cannot be established.
EmptyGroupException
Empty group exception.
EngineAlreadyInitializedException
Engine has been initialized already.
EngineIsNotInitializedException
Engine is not initialized.
FirstMessageNotLogonException
First received message is not Logon.
IncorrectCheckSumException
The message checksum is incorrect.
IncorrectFieldValueException
Message field value is incorrect (out of range).
IndexNotFoundException
The field is not found at the given position.
InstanceIndexOutOfRangeException
The instance index is out of range.
InvalidInboundLogonException
The inbound Logon message is invalid, so the incoming FIX Connection should be rejected.
InvalidMsgTypeException
The message type is invalid.
InvalidNumberOfRepeatingGroupInstances
Invalid number of repeating group instances is detected.
LinkErrorException
After sending the initial Logon message the telecommunication link error is detected.
LogonReplyException
After sending the initial Logon message an invalid acknowledgment Logon message is received.
LogonReplyTimeoutException
After sending the initial Logon message the acknowledgment Logon message has not been received during timeout period.
LogoutReplyTimeoutException
After sending the initial Logout message the acknowledgment Logout message has not been received during timeout period.
ParserException
Parser exception.
RequiredTagMissingException
The required tag is missed in the message.
SessionException
Session related exception.
StorageException
Storage related exception.
TagNotDefinedForThisMessageTypeException
The tag is not defined for this message type.
TagNotFoundException
The tag is not found.
TagSpecifiedOutOfRequiredOrderException
The tag is out of order.
TagSpecifiedWithoutValueException
The tag is specified without a value.
UnexpectedSequenceNumberException
Received message with an unexpected sequence number.