Package | Description |
---|---|
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.internal |
Modifier and Type | Class and Description |
---|---|
class |
GroupInstance
FIX Repeating Group Instance
|
class |
Message
Structured FIX message
|
Modifier and Type | Method and Description |
---|---|
FixBlock |
FixBlock.assemble(ByteBuffer buffer)
Assembles the FIX message to the target byte buffer.
|
FixBlock |
Message.assemble(ByteBuffer buffer) |
FixBlock |
FixBlock.assemble(FlatMessage flatMessage)
Assembles the FIX message to the target
FlatMessage . |
FixBlock |
Message.assemble(FlatMessage flatMessage) |
FixBlock |
FixBlock.set(int tag,
BigDecimal value)
Sets the field value as
BigDecimal using provided value object instance. |
FixBlock |
FixBlock.set(int tag,
byte[] buffer)
Sets the field value.
|
FixBlock |
FixBlock.set(int tag,
byte[] buffer,
int valueLength)
Sets the field value.
|
FixBlock |
FixBlock.set(int tag,
byte[] buffer,
int valueOffset,
int valueLength)
Sets the field value.
|
FixBlock |
Message.set(int tag,
byte[] value,
int offset,
int length) |
FixBlock |
FixBlock.set(int tag,
ByteBuffer buffer)
Sets
ByteBuffer field value. |
FixBlock |
FixBlock.set(int tag,
char value)
Sets the field value as character.
|
FixBlock |
FixBlock.set(int tag,
CharSequence value)
Sets the field value as string.
|
FixBlock |
Message.set(int tag,
CharSequence value) |
FixBlock |
FixBlock.set(int tag,
double value)
Sets the double field value.
|
FixBlock |
FixBlock.set(int tag,
double value,
int precision)
Sets the field value as double.
|
FixBlock |
FixBlock.set(int tag,
HighResolutionTimestamp value,
TimestampFormat format)
Sets the field value as
HighResolutionTimestamp formatting it using specified TimestampFormat format. |
FixBlock |
FixBlock.set(int tag,
int value)
Sets the field value as integer.
|
FixBlock |
FixBlock.set(int tag,
LocalDateTime value)
Sets the field value as
LocalDateTime formatting it to timestamp. |
FixBlock |
FixBlock.set(int tag,
long value)
Sets the long field value.
|
FixBlock |
FixBlock.set(int tag,
ScaledDecimal value)
Sets
ScaledDecimal field value. |
FixBlock |
FixBlock.set(int tag,
ValuePtr value)
Sets
ValuePtr field value. |
FixBlock |
FixBlock.setFlag(int tag,
boolean value)
Sets the flag tag value - "Y" or "N".
|
FixBlock |
FixBlock.setGroup(Group srcGroup)
Copies an entire repeating group from one fix block to another.
|
FixBlock |
FixBlock.setTimestamp(int tag,
long timeMillis)
Sets the field value as timestamp.
|
Modifier and Type | Class and Description |
---|---|
static class |
FixBlockExtendedX.FixBlockExtended |
static class |
FixBlockExtendedX.MessageExtended |
Modifier and Type | Method and Description |
---|---|
FixBlock |
FixBlockExtendedX.FixBlockExtended.assemble(ByteBuffer buffer) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.assemble(FlatMessage flatMessage) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
BigDecimal value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
byte[] buffer) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
byte[] buffer,
int valueLength) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
byte[] buffer,
int valueOffset,
int valueLength) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
ByteBuffer buffer) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
char value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
CharSequence value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
double value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
double value,
int precision) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
HighResolutionTimestamp value,
TimestampFormat format) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
int value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
LocalDateTime localDateTime) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
long value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
ScaledDecimal value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
ValuePtr value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.setBoolean(int tag,
boolean value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.setFlag(int tag,
boolean value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.setGroup(Group srcGroup) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.setTimestamp(int tag,
long timeMillis) |
Modifier and Type | Method and Description |
---|---|
static char[] |
FixBlockExtendedX.FixBlockExtended.getMultipleCharValues(FixBlock fixBlock,
int tag) |
static char[] |
PrimaryHelper.getMultipleCharValues(FixBlock fixBlock,
int tag) |
static String[] |
FixBlockExtendedX.FixBlockExtended.getMultipleStringValues(FixBlock fixBlock,
int tag) |
static String[] |
PrimaryHelper.getMultipleStringValues(FixBlock fixBlock,
int tag) |
static boolean |
FixBlockExtendedX.FixBlockExtended.hasMultipleValues(FixBlock fixBlock,
int tag) |
static boolean |
PrimaryHelper.hasMultipleValues(FixBlock fixBlock,
int tag) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.