| Interface | Description |
|---|---|
| FixVersions |
Constants containing the BeginString field values for various FIX versions.
|
| MessageFactory |
Used by a Session to create a Message.
|
| SystemTimeSource |
Interface for obtaining system time.
|
| Class | Description |
|---|---|
| BooleanField | |
| BusinessRejectReasonText |
Description strings for business reject reasons.
|
| BytesField |
BytesField enables better handling of binary data.
|
| CharField |
A character message field.
|
| DataDictionary |
Provide the message metadata for various versions of FIX.
|
| DataDictionary.GroupInfo |
Contains meta-data for FIX repeating groups
|
| DateField |
A date-valued message field.
|
| DayConverter |
Utility class for converting between day names and offsets.
|
| DecimalField |
A double-values message field.
|
| Dictionary |
Name/value pairs used for specifying groups of settings.
|
| DoubleField |
A double-values message field.
|
| Field<T> |
Base class for FIX message fields.
|
| FieldMap |
Field container used by messages, groups, and composites.
|
| FileUtil | |
| Group |
Represents a repeating field group within a message.
|
| IntField |
A integer message field.
|
| Message |
Represents a FIX message.
|
| Message.Header | |
| Message.Trailer | |
| MessageComponent |
Represents a FIX message component.
|
| MessageUtils | |
| NumbersCache |
A cache for commonly used strings representing numbers.
|
| SessionID |
Identifier for a session.
|
| StringField |
A string-valued message field.
|
| SystemTime |
A wrapper for the system time source, used primarily for unit testing.
|
| UtcDateField |
A LocalDate-valued message field with up to nanosecond precision.
|
| UtcDateOnlyField |
A date-valued message field.
|
| UtcTimeField |
A LocalTime-valued message field with up to nanosecond precision.
|
| UtcTimeOnlyField | |
| UtcTimeStampField |
A timestamp-valued message field (a timestamp has both a date and a time).
|
| ValidationSettings |
| Enum | Description |
|---|---|
| FieldType |
A field type enum class.
|
| FileUtil.Location | |
| UtcTimestampPrecision |
| Exception | Description |
|---|---|
| ConfigError |
This exception is thrown when a configuration error is detected.
|
| DoNotSend |
Applications can throw this exception to abort the sending or resending
of a message.
|
| FieldConvertError |
An exception for field conversion problems.
|
| FieldException | |
| FieldNotFound |
An exception thrown when a field is not found in message.
|
| IncorrectDataFormat |
Field has a badly formatted value.
|
| IncorrectTagValue |
An exception thrown when a tags value is not valid according to the data dictionary.
|
| InvalidMessage |
Thrown when a message is not valid according to the
basic message validation or the data dictionary.
|
| MessageParseError | |
| RuntimeError |
Application encountered serious error during runtime.
|
| UnsupportedMessageType |
Message type not supported by application.
|
Copyright © 2026. All rights reserved.