Uses of Enum Class
com.epam.common.utils.TenorPrecision
Packages that use TenorPrecision
Package
Description
-
Uses of TenorPrecision in com.epam.common.utils
Methods in com.epam.common.utils that return TenorPrecisionModifier and TypeMethodDescriptionstatic TenorPrecision
TenorPrecision.getTenorPrecisionFromChar
(char ch) static TenorPrecision
TenorPrecision.getTenorPrecisionFromPeriod
(Period period) static TenorPrecision
Returns the enum constant of this class with the specified name.static TenorPrecision[]
TenorPrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TenorPrecision in com.epam.fix.message
Methods in com.epam.fix.message with parameters of type TenorPrecisionModifier and TypeMethodDescriptionfinal int
IndexedStorage.addTag
(int tag, Period value, TenorPrecision precision) final int
IndexedStorage.addTagAtIndex
(int index, int tagId, Period value, TenorPrecision precision) final void
ExtendedIndexedStorage.set
(int tagId, int occurrence, Period value, TenorPrecision precision) final void
ExtendedIndexedStorage.set
(int tagId, Period value, TenorPrecision precision) final void
ExtendedIndexedStorage.setAtIndex
(int index, Period value, TenorPrecision precision) abstract void
MessageStorage.setValue
(int index, Period value, TenorPrecision precision, int length) final int
IndexedStorage.updateValue
(int tag, int occurrence, Period value, TenorPrecision precision, IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) final int
IndexedStorage.updateValue
(int tag, Period value, TenorPrecision precision, IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) void
MessageStorage.updateValue
(int index, FieldIndexData fieldsIndex, Period value, TenorPrecision precision) void
IndexedStorage.updateValueAtIndex
(int index, Period value, TenorPrecision precision) -
Uses of TenorPrecision in com.epam.fix.message.format
Methods in com.epam.fix.message.format with parameters of type TenorPrecisionModifier and TypeMethodDescriptionstatic int
TenorFormatter.format
(Period period, byte[] buff, int offset, TenorPrecision precision) static int
TenorFormatter.getFormattedStringLength
(Period period, TenorPrecision precision) -
Uses of TenorPrecision in com.epam.fix.message.storage
Methods in com.epam.fix.message.storage with parameters of type TenorPrecisionModifier and TypeMethodDescriptionvoid
ByteArrayMessageStorage.setValue
(int index, Period value, TenorPrecision precision, int length) void
ByteBufferStorage.setValue
(int index, Period value, TenorPrecision precision, int length)