Package | Description |
---|---|
com.epam.common.utils | |
com.epam.fix.message | |
com.epam.fix.message.format | |
com.epam.fix.message.storage |
Modifier and Type | Method and Description |
---|---|
static TenorPrecision |
TenorPrecision.getTenorPrecisionFromChar(char ch) |
static TenorPrecision |
TenorPrecision.getTenorPrecisionFromPeriod(Period period) |
static TenorPrecision |
TenorPrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TenorPrecision[] |
TenorPrecision.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,
Period value,
TenorPrecision precision) |
int |
IndexedStorage.addTagAtIndex(int index,
int tagId,
Period value,
TenorPrecision precision) |
void |
ExtendedIndexedStorage.set(int tagId,
int occurrence,
Period value,
TenorPrecision precision) |
void |
ExtendedIndexedStorage.set(int tagId,
Period value,
TenorPrecision precision) |
void |
ExtendedIndexedStorage.setAtIndex(int index,
Period value,
TenorPrecision precision) |
abstract void |
MessageStorage.setValue(int index,
Period value,
TenorPrecision precision,
int length) |
void |
MessageStorage.updateValue(int index,
FieldIndexData fieldsIndex,
Period value,
TenorPrecision precision) |
int |
IndexedStorage.updateValue(int tag,
int occurrence,
Period value,
TenorPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
int |
IndexedStorage.updateValue(int tag,
Period value,
TenorPrecision precision,
IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) |
void |
IndexedStorage.updateValueAtIndex(int index,
Period value,
TenorPrecision precision) |
Modifier and Type | Method and Description |
---|---|
static int |
TenorFormatter.format(Period period,
byte[] buff,
int offset,
TenorPrecision precision) |
static int |
TenorFormatter.getFormattedStringLength(Period period,
TenorPrecision precision) |
Modifier and Type | Method and Description |
---|---|
void |
ByteBufferStorage.setValue(int index,
Period value,
TenorPrecision precision,
int length) |
void |
ByteArrayMessageStorage.setValue(int index,
Period value,
TenorPrecision precision,
int length) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.