Package | Description |
---|---|
biz.onixs.fix.engine |
Modifier and Type | Field and Description |
---|---|
static MessageMode |
EngineSettings.SESSION_MESSAGE_MODE_DEFAULT |
Modifier and Type | Method and Description |
---|---|
MessageMode |
Session.getMessageMode()
Returns message mode used for processing/parsing raw messages internally.
|
MessageMode |
EngineSettings.getSessionMessageMode()
Returns session message mode.
|
static MessageMode |
MessageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageMode[] |
MessageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Session |
Session.setMessageMode(MessageMode messageMode)
Sets message mode used for processing/parsing raw messages internally.
|
EngineSettings |
EngineSettings.setSessionMessageMode(MessageMode sessionMessageMode)
Sets session message mode.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.