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 TenorPrecisionTenorPrecision.getTenorPrecisionFromChar(char ch) static TenorPrecisionTenorPrecision.getTenorPrecisionFromPeriod(Period period) static TenorPrecisionReturns 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 intIndexedStorage.addTag(int tag, Period value, TenorPrecision precision) final intIndexedStorage.addTagAtIndex(int index, int tagId, Period value, TenorPrecision precision) final voidExtendedIndexedStorage.set(int tagId, int occurrence, Period value, TenorPrecision precision) final voidExtendedIndexedStorage.set(int tagId, Period value, TenorPrecision precision) final voidExtendedIndexedStorage.setAtIndex(int index, Period value, TenorPrecision precision) abstract voidMessageStorage.setValue(int index, Period value, TenorPrecision precision, int length) final intIndexedStorage.updateValue(int tag, int occurrence, Period value, TenorPrecision precision, IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) final intIndexedStorage.updateValue(int tag, Period value, TenorPrecision precision, IndexedStorage.MISSING_TAG_HANDLING addIfNotExists) voidMessageStorage.updateValue(int index, FieldIndexData fieldsIndex, Period value, TenorPrecision precision) voidIndexedStorage.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 intTenorFormatter.format(Period period, byte[] buff, int offset, TenorPrecision precision) static intTenorFormatter.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 TypeMethodDescriptionvoidByteArrayMessageStorage.setValue(int index, Period value, TenorPrecision precision, int length) voidByteBufferStorage.setValue(int index, Period value, TenorPrecision precision, int length)