Package | Description |
---|---|
biz.onixs.fix.engine | |
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.internal | |
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
TimestampFormat |
Session.getSendingTimeFormat()
Returns the time format of SendingTime of every sent message as
Timestamp . |
Modifier and Type | Method and Description |
---|---|
Session |
Session.setSendingTimeFormat(TimestampFormat format)
Sets the time format of SendingTime of every sent message as
Timestamp . |
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. |
HighResolutionTimestamp |
FlatMessage.getByIndexHighResolutionTimestamp(int index,
TimestampFormat format)
Returns the field value at the given field index.
|
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. |
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.
|
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 |
---|---|
boolean |
FixBlockExtendedX.FixBlockExtended.getHighResolutionTimestamp(int tag,
HighResolutionTimestamp value,
TimestampFormat format) |
HighResolutionTimestamp |
FixBlockExtendedX.FixBlockExtended.getHighResolutionTimestamp(int tag,
TimestampFormat format) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
HighResolutionTimestamp value,
TimestampFormat format) |
Modifier and Type | Method and Description |
---|---|
static TimestampFormat |
TimestampFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampFormat[] |
TimestampFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HighResolutionTimestamp.assemble(byte[] buffer,
int offset,
TimestampFormat format)
Assemble high resolution timestamp into specified buffer from specified offset with corresponding format.
|
static int |
HighResolutionTimestamp.getTimestampFormatLength(TimestampFormat format)
Returns length of timestamp corresponding to specified format.
|
void |
HighResolutionTimestamp.parse(byte[] buffer,
int offset,
int length,
TimestampFormat format)
Parses timestamp from byte array.
|
boolean |
HighResolutionTimestamp.tryParse(byte[] buffer,
int offset,
int length,
TimestampFormat format)
Tries to parse timestamp from byte array.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.