Package | Description |
---|---|
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.internal | |
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
HighResolutionTimestamp |
FlatMessage.getByIndexHighResolutionTimestamp(int index,
TimestampFormat format)
Returns the field value at the given field index.
|
HighResolutionTimestamp |
Group.getHighResolutionTimestamp(int tag,
int index,
TimestampFormat format)
Returns field value as
HighResolutionTimestamp parsed using specified TimestampFormat format. |
HighResolutionTimestamp |
FixBlock.getHighResolutionTimestamp(int tag,
TimestampFormat format)
Returns field value as
HighResolutionTimestamp parsed using specified TimestampFormat format. |
HighResolutionTimestamp |
FlatGroupReader.getHighResolutionTimestamp(int tag,
TimestampFormat format)
Returns the field value by the given tag.
|
HighResolutionTimestamp |
FlatMessage.getHighResolutionTimestamp(int tag,
TimestampFormat format)
Returns the field value by the given tag.
|
HighResolutionTimestamp |
FlatMessage.getHighResolutionTimestamp(int tag,
TimestampFormat format,
int hintPosition)
Returns the field value by the given tag.
|
Modifier and Type | Method and Description |
---|---|
FlatMessage |
FlatMessage.add(int tag,
HighResolutionTimestamp value,
TimestampFormat format)
Adds given tag/value pair at the end of flat message.
|
boolean |
FlatMessage.get(int tag,
HighResolutionTimestamp value,
TimestampFormat format)
Fills the given
HighResolutionTimestamp with value by the given tag. |
boolean |
FlatMessage.get(int tag,
HighResolutionTimestamp value,
TimestampFormat format,
int hintPosition)
Fills the given
HighResolutionTimestamp with value by the given tag. |
boolean |
FlatMessage.getByIndex(int index,
HighResolutionTimestamp value,
TimestampFormat format)
Fills the given
HighResolutionTimestamp with value by the given tag. |
boolean |
FixBlock.getHighResolutionTimestamp(int tag,
HighResolutionTimestamp value,
TimestampFormat format)
Returns field value as
HighResolutionTimestamp using provided value object instance and parsed using
specified TimestampFormat format. |
boolean |
Group.getHighResolutionTimestamp(int tag,
int index,
HighResolutionTimestamp value,
TimestampFormat format)
Returns field value as
HighResolutionTimestamp using provided value object instance and parsed using
specified TimestampFormat format. |
FixBlock |
FixBlock.set(int tag,
HighResolutionTimestamp value,
TimestampFormat format)
Sets the field value as
HighResolutionTimestamp formatting it using specified TimestampFormat format. |
FlatMessage |
FlatMessage.set(int tag,
HighResolutionTimestamp value,
TimestampFormat format)
Sets new value for the given tag.
|
Group |
Group.set(int tag,
int index,
HighResolutionTimestamp value,
TimestampFormat format)
Sets the field value as
HighResolutionTimestamp formatting it using specified TimestampFormat format. |
FlatMessage |
FlatMessage.setByIndex(int index,
HighResolutionTimestamp value,
TimestampFormat format)
Sets new value at the given field index.
|
Modifier and Type | Method and Description |
---|---|
HighResolutionTimestamp |
FixBlockExtendedX.FixBlockExtended.getHighResolutionTimestamp(int tag,
TimestampFormat format) |
Modifier and Type | Method and Description |
---|---|
boolean |
FixBlockExtendedX.FixBlockExtended.getHighResolutionTimestamp(int tag,
HighResolutionTimestamp value,
TimestampFormat format) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
HighResolutionTimestamp value,
TimestampFormat format) |
Modifier and Type | Method and Description |
---|---|
int |
HighResolutionTimestamp.compareTo(HighResolutionTimestamp o) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.