Package | Description |
---|---|
com.epam.fixengine | |
com.epam.fixengine.session | |
com.epam.fixengine.session.util |
Modifier and Type | Method and Description |
---|---|
static ChangesType |
ChangesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangesType[] |
ChangesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FIXSession.sendWithChanges(FIXFieldList content,
ChangesType allowedChangesType)
Convenient method to send out FIX message based on the message type and message content.
|
boolean |
FIXSession.sendWithChanges(FIXFieldList content,
ChangesType allowedChangesType,
int optionMask)
Convenient method to send out FIX message based on the message type and message content.
|
void |
FIXMessageFactory.serialize(FIXFieldList content,
ChangesType changesType,
ByteBuffer buffer,
SerializationContext context)
Build message based on a type and content.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFIXSession.sendWithChanges(FIXFieldList content,
ChangesType allowedChangesType) |
boolean |
AbstractFIXSession.sendWithChanges(FIXFieldList content,
ChangesType allowedChangesType,
int options) |
int |
AbstractFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content,
ChangesType allowedChangesType) |
int |
ExtendedFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content,
ChangesType allowedChangesType,
int options)
Do the same that
FIXSession.sendWithChanges(FIXFieldList, ChangesType, int) and return queue size. |
int |
AbstractFIXSession.sendWithChangesAndGetQueueSize(FIXFieldList content,
ChangesType allowedChangesType,
int options) |
Modifier and Type | Field and Description |
---|---|
ChangesType |
FIXFieldListWithType.changesType |
Modifier and Type | Method and Description |
---|---|
ChangesType |
FIXFieldListWithType.getChangesType()
Gets change type
|
Modifier and Type | Method and Description |
---|---|
void |
FIXFieldListWithType.init(FIXFieldList content,
ChangesType changesType) |
Constructor and Description |
---|
FIXFieldListWithType(FIXFieldList content,
ChangesType changesType)
Deprecated.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.