public abstract class ByteBufferStorage extends MessageStorage
Constructor and Description |
---|
ByteBufferStorage() |
Modifier and Type | Method and Description |
---|---|
protected abstract ByteBuffer |
getByteBuffer(int tagIndex) |
void |
setValue(int tagIndex,
CharSequence value,
int length) |
void |
setValue(int tagIndex,
CharSequence value,
int offset,
int length) |
int |
setValue(int tagIndex,
double value,
int precision,
int length) |
void |
setValue(int index,
FIXDateFormatter fixDateFormatter,
Calendar value,
int length) |
void |
setValue(int index,
LocalDateTime value,
TimestampPrecision precision,
int length) |
void |
setValue(int index,
LocalTime value,
TimestampPrecision precision,
int length) |
void |
setValue(int tagIndex,
long value,
int length) |
void |
setValue(int index,
OffsetDateTime value,
TimestampPrecision precision,
int length) |
void |
setValue(int index,
OffsetTime value,
TimestampPrecision precision,
int length) |
void |
setValue(int index,
Period value,
TenorPrecision precision,
int length) |
add, clearAll, getAsBoolean, getAsByte, getAsByteArray, getAsDouble, getAsLong, getAsReusableString, getAsString, getAsStringBuffer, getByteArray, isEmpty, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue
public void setValue(int tagIndex, CharSequence value, int offset, int length)
setValue
in class MessageStorage
public void setValue(int tagIndex, long value, int length)
setValue
in class MessageStorage
public int setValue(int tagIndex, double value, int precision, int length)
setValue
in class MessageStorage
public void setValue(int tagIndex, CharSequence value, int length)
setValue
in class MessageStorage
public void setValue(int index, FIXDateFormatter fixDateFormatter, Calendar value, int length)
setValue
in class MessageStorage
public void setValue(int index, LocalTime value, TimestampPrecision precision, int length)
setValue
in class MessageStorage
public void setValue(int index, Period value, TenorPrecision precision, int length)
setValue
in class MessageStorage
public void setValue(int index, OffsetTime value, TimestampPrecision precision, int length)
setValue
in class MessageStorage
public void setValue(int index, LocalDateTime value, TimestampPrecision precision, int length)
setValue
in class MessageStorage
public void setValue(int index, OffsetDateTime value, TimestampPrecision precision, int length)
setValue
in class MessageStorage
protected abstract ByteBuffer getByteBuffer(int tagIndex)
Copyright © 2000–2022 EPAM Systems. All rights reserved.