Package | Description |
---|---|
com.epam.common.utils | |
com.epam.fix.message | |
com.epam.fix.message.storage |
Modifier and Type | Method and Description |
---|---|
static TimestampPrecision |
TimestampPrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampPrecision[] |
TimestampPrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
IndexedStorage.addTag(int tag,
LocalDateTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTag(int tag,
LocalTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTag(int tag,
OffsetDateTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTag(int tag,
OffsetTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTagAtIndex(int index,
int tagId,
LocalDateTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTagAtIndex(int index,
int tagId,
LocalTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTagAtIndex(int index,
int tagId,
OffsetDateTime value,
TimestampPrecision precision) |
int |
IndexedStorage.addTagAtIndex(int index,
int tagId,
OffsetTime value,
TimestampPrecision precision) |
static byte[] |
FIXTypes.formatBackupStorageTimestamp(byte[] buffer,
Calendar calendar,
long additionalFractions,
TimestampPrecision precision) |
static byte[] |
FIXTypes.formatStorageTimestamp(byte[] buffer,
int offset,
Calendar calendar,
long additionalFractions,
TimestampPrecision precision) |
static void |
HighPrecisionDateTimeFormatters.formatStorageTimestamp(byte[] buffer,
int offset,
OffsetDateTime dateTime,
TimestampPrecision precision)
Formats the value of
dateTime to Storage Timestamp format. |
static void |
HighPrecisionDateTimeFormatters.formatTimeOnly(byte[] buffer,
LocalTime time,
TimestampPrecision precision)
Formats the value of
local time to the UTCTimeOnly format. |
static void |
HighPrecisionDateTimeFormatters.formatTimeOnly(byte[] buffer,
LocalTime time,
TimestampPrecision precision,
int offset)
Formats the value of
local time to the UTCTimeOnly format. |
static byte[] |
FIXTypes.formatTimestamp(byte[] buffer,
int offset,
Calendar calendar,
long additionalFractions,
TimestampPrecision precision) |
static void |
HighPrecisionDateTimeFormatters.formatTimestamp(byte[] buffer,
LocalDateTime dateTime,
TimestampPrecision precision)
Formats the value of
dateTime to Timestamp format. |
static void |
HighPrecisionDateTimeFormatters.formatTimestamp(byte[] buffer,
LocalDateTime dateTime,
TimestampPrecision precision,
int offset)
Formats the value of
dateTime to Timestamp format. |
static void |
HighPrecisionDateTimeFormatters.formatTZTimeOnly(byte[] buffer,
OffsetTime time,
TimestampPrecision precision)
Formats the value of
offset time to the TZTimeOnly format. |
static void |
HighPrecisionDateTimeFormatters.formatTZTimeOnly(byte[] buffer,
OffsetTime time,
TimestampPrecision precision,
int offset)
Formats the value of
offset time to the TZTimeOnly format. |
static void |
HighPrecisionDateTimeFormatters.formatTZTimestamp(byte[] buffer,
OffsetDateTime dateTime,
TimestampPrecision precision)
Formats the value of
offset date time to the TZTimestamp format. |
static void |
HighPrecisionDateTimeFormatters.formatTZTimestamp(byte[] buffer,
OffsetDateTime dateTime,
TimestampPrecision precision,
int offset)
Formats the value of
offset date time to the TZTimestamp format. |
void |
HPExtendedIndexedStorage.set(int tagId,
int occurrence,
LocalDateTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
int occurrence,
LocalTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
int occurrence,
OffsetDateTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
int occurrence,
OffsetTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
LocalDateTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
LocalTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
OffsetDateTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.set(int tagId,
OffsetTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.setAtIndex(int index,
LocalDateTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.setAtIndex(int index,
LocalTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.setAtIndex(int index,
OffsetDateTime value,
TimestampPrecision precision) |
void |
HPExtendedIndexedStorage.setAtIndex(int index,
OffsetTime value,
TimestampPrecision precision) |
abstract void |
MessageStorage.setValue(int index,
LocalDateTime value,
TimestampPrecision precision,
int length) |
abstract void |
MessageStorage.setValue(int index,
LocalTime value,
TimestampPrecision precision,
int length) |
abstract void |
MessageStorage.setValue(int index,
OffsetDateTime value,
TimestampPrecision precision,
int length) |
abstract void |
MessageStorage.setValue(int index,
OffsetTime value,
TimestampPrecision precision,
int length) |
void |
MessageStorage.updateValue(int index,
FieldIndexData fieldsIndex,
LocalDateTime value,
TimestampPrecision precision) |
void |
MessageStorage.updateValue(int index,
FieldIndexData fieldsIndex,
LocalTime value,
TimestampPrecision precision) |
void |
MessageStorage.updateValue(int index,
FieldIndexData fieldsIndex,
OffsetDateTime value,
TimestampPrecision precision) |
void |
MessageStorage.updateValue(int index,
FieldIndexData fieldsIndex,
OffsetTime value,
TimestampPrecision precision) |
int |
IndexedStorage.updateValue(int tag,
int occurrence,
LocalDateTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
int occurrence,
LocalTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
int occurrence,
OffsetDateTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
int occurrence,
OffsetTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
LocalDateTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
LocalTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
OffsetDateTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
OffsetTime value,
TimestampPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
void |
IndexedStorage.updateValueAtIndex(int index,
LocalDateTime value,
TimestampPrecision precision) |
void |
IndexedStorage.updateValueAtIndex(int index,
LocalTime value,
TimestampPrecision precision) |
void |
IndexedStorage.updateValueAtIndex(int index,
OffsetDateTime value,
TimestampPrecision precision) |
void |
IndexedStorage.updateValueAtIndex(int index,
OffsetTime value,
TimestampPrecision precision) |
Modifier and Type | Method and Description |
---|---|
void |
ByteBufferStorage.setValue(int index,
LocalDateTime value,
TimestampPrecision precision,
int length) |
void |
ByteArrayMessageStorage.setValue(int index,
LocalDateTime value,
TimestampPrecision precision,
int length) |
void |
ByteBufferStorage.setValue(int index,
LocalTime value,
TimestampPrecision precision,
int length) |
void |
ByteArrayMessageStorage.setValue(int index,
LocalTime value,
TimestampPrecision precision,
int length) |
void |
ByteBufferStorage.setValue(int index,
OffsetDateTime value,
TimestampPrecision precision,
int length) |
void |
ByteArrayMessageStorage.setValue(int index,
OffsetDateTime value,
TimestampPrecision precision,
int length) |
void |
ByteBufferStorage.setValue(int index,
OffsetTime value,
TimestampPrecision precision,
int length) |
void |
ByteArrayMessageStorage.setValue(int index,
OffsetTime value,
TimestampPrecision precision,
int length) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.