| Package | Description |
|---|---|
| quickfix |
| Modifier and Type | Method and Description |
|---|---|
default Message |
MessageFactory.create(String beginString,
ApplVerID applVerID,
String msgType)
Creates a message for a specified type, FIX version, and ApplVerID.
|
Message |
MessageFactory.create(String beginString,
String msgType)
Creates a message for a specified type and FIX version
|
Message |
InvalidMessage.getFixMessage() |
static Message |
MessageUtils.parse(MessageFactory messageFactory,
DataDictionary dataDictionary,
ValidationSettings validationSettings,
String messageString) |
static Message |
MessageUtils.parse(MessageFactory messageFactory,
DataDictionary dataDictionary,
ValidationSettings validationSettings,
String messageString,
boolean validateChecksum)
Utility method for parsing a message.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionID |
MessageUtils.getReverseSessionID(Message fixMessage) |
static SessionID |
MessageUtils.getSessionID(Message fixMessage) |
void |
DataDictionary.validate(Message message,
boolean bodyOnly,
ValidationSettings settings)
Validate the message body, with header and trailer fields being validated conditionally.
|
void |
DataDictionary.validate(Message message,
ValidationSettings settings)
Validate a message, including the header and trailer fields.
|
| Constructor and Description |
|---|
InvalidMessage(Message fixMessage) |
InvalidMessage(String message,
Message fixMessage) |
InvalidMessage(String message,
Throwable cause,
Message fixMessage) |
Copyright © 2026. All rights reserved.