Package | Description |
---|---|
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.internal |
Modifier and Type | Method and Description |
---|---|
Group |
Group.addEntry()
Adds an entry to the end of the group.
|
Group |
Group.addEntry(GroupInstance entry)
Adds an entry to the end of the group and fill using the provided entry.
|
Group |
Group.assemble(ByteBuffer buffer)
Assembles the repeating group to the target byte buffer.
|
Group |
Group.assemble(FlatMessage flatMessage)
Assembles the FIX message to the target
FlatMessage . |
Group |
FixBlock.getGroup(int tag)
Returns the repeating group.
|
Group |
Group.getGroup(int tag,
int index)
Returns the nested repeating group.
|
Group |
Group.removeEntries()
Removes all the entries from the group including leading tag from parent.
|
Group |
Group.removeEntry(int index)
Removes the mentioned entry from the group.
|
Group |
Group.set(int tag,
int index,
BigDecimal value)
Sets the field value as
BigDecimal using provided value object instance. |
Group |
Group.set(int tag,
int index,
byte[] buffer)
Sets the field value.
|
Group |
Group.set(int tag,
int index,
byte[] buffer,
int valueLength)
Sets the field value.
|
Group |
Group.set(int tag,
int index,
byte[] buffer,
int valueOffset,
int valueLength)
Sets the field value.
|
Group |
Group.set(int tag,
int index,
ByteBuffer buffer)
Sets
ByteBuffer field value. |
Group |
Group.set(int tag,
int index,
char value)
Sets the field value as character.
|
Group |
Group.set(int tag,
int index,
CharSequence value)
Sets the field value as string.
|
Group |
Group.set(int tag,
int index,
double value)
Sets the double field value.
|
Group |
Group.set(int tag,
int index,
double value,
int precision)
Sets the field value as double.
|
Group |
Group.set(int tag,
int index,
HighResolutionTimestamp value,
TimestampFormat format)
Sets the field value as
HighResolutionTimestamp formatting it using specified TimestampFormat format. |
Group |
Group.set(int tag,
int index,
int value)
Sets the field value as integer.
|
Group |
Group.set(int tag,
int index,
LocalDateTime value)
Sets the field value as
LocalDateTime formatting it to timestamp. |
Group |
Group.set(int tag,
int index,
long value)
Sets the long field value.
|
Group |
Group.set(int tag,
int index,
ScaledDecimal value)
Sets
ScaledDecimal field value. |
Group |
Group.set(int tag,
int index,
ValuePtr value)
Sets
ValuePtr field value. |
Group |
Group.setFlag(int tag,
int index,
boolean value)
Sets the flag tag value - "Y" or "N".
|
Group |
Group.setGroup(Group srcGroup,
int index)
Copies an entire repeating group from one fix block to another.
|
Group |
FixBlock.setGroup(int tag,
int numberOfInstances)
Creates a new repeating group or changes the number of instances in the existing repeating group.
|
Group |
Group.setGroup(int tag,
int index,
int numberOfInstances)
Creates a new repeating group or changes the number of instances in the existing repeating group.
|
Group |
Group.setTimestamp(int tag,
int index,
long timeMillis)
Sets the field value as timestamp.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Group> |
FixBlock.iteratorOverGroups()
Returns an iterator over groups of the current level excludes nested repeating groups.
|
Stream<Group> |
FixBlock.streamOverGroups()
Returns stream thta contains groups of the current level.
|
Modifier and Type | Method and Description |
---|---|
FixBlock |
FixBlock.setGroup(Group srcGroup)
Copies an entire repeating group from one fix block to another.
|
Group |
Group.setGroup(Group srcGroup,
int index)
Copies an entire repeating group from one fix block to another.
|
Modifier and Type | Method and Description |
---|---|
Group |
FixBlockExtendedX.FixBlockExtended.getGroup(int tag) |
Group |
FixBlockExtendedX.FixBlockExtended.setGroup(int tag,
int numberOfInstances) |
Modifier and Type | Method and Description |
---|---|
Iterator<Group> |
FixBlockExtendedX.FixBlockExtended.iteratorOverGroups() |
Stream<Group> |
FixBlockExtendedX.FixBlockExtended.streamOverGroups() |
Modifier and Type | Method and Description |
---|---|
FixBlock |
FixBlockExtendedX.FixBlockExtended.setGroup(Group srcGroup) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.