Namespace FixAntenna.Fix.Message
Classes
AbstractFixMessage
AbstractFixMessage.TagValueIterator
ByteArrayPool
DefaultRawTags
ExtendedIndexedStorage
FieldNotFoundException
FixFormatter
FixMessage
The FIX message.
FixMessageAdapter
FixMessageFactory
FixMessagePrintableFormatter
FixMessageUtil
FixMessage helper class.
FixTypes
FIX Types helper class. Provides ability for parsing values from buffer of bytes.
GarbledMessageException
Thrown when an exceptional message condition has occurred. For example, No SOH symbol at the end of message throws an instance of this class.
HighPrecisionDateTimeFormatters
Helper class for FIX date and time formats.
Provides ability for formatting different types of date/time values to the buffer of bytes. It is also possible to work with high precision values: micro- and nanoseconds.
HighPrecisionDateTimeParsers
Helper class for FIX date and time formats.
Provides ability for parsing different types of date/time values from the buffer of bytes. It is also possible to work with high precision values: micro- and nanoseconds.
HpExtendedIndexedStorage
IndexedStorage
InvalidMessageException
Thrown when an invalid message detected. For example, sequence is to low or senderCompId is differ than expected.