Package com.epam.fix.message.storage
Class ByteBufferStorage
java.lang.Object
com.epam.fix.message.MessageStorage
com.epam.fix.message.storage.ByteBufferStorage
- Direct Known Subclasses:
ArenaMessageStorage,PerFieldMessageStorage
Created with IntelliJ IDEA.
User: wed
Date: 29.10.12
Time: 12:03
To change this template use File | Settings | File Templates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ByteBuffergetByteBuffer(int tagIndex) intsetValue(int tagIndex, double value, int precision, int length) voidsetValue(int tagIndex, long value, int length) voidsetValue(int index, FIXDateFormatter fixDateFormatter, Calendar value, int length) voidsetValue(int tagIndex, CharSequence value, int length) voidsetValue(int tagIndex, CharSequence value, int offset, int length) voidsetValue(int index, LocalDateTime value, TimestampPrecision precision, int length) voidsetValue(int index, LocalTime value, TimestampPrecision precision, int length) voidsetValue(int index, OffsetDateTime value, TimestampPrecision precision, int length) voidsetValue(int index, OffsetTime value, TimestampPrecision precision, int length) voidsetValue(int index, Period value, TenorPrecision precision, int length) Methods inherited from class com.epam.fix.message.MessageStorage
add, clearAll, getAsBoolean, getAsByte, getAsByteArray, getAsDouble, getAsLong, getAsReusableString, getAsString, getAsStringBuffer, getByteArray, isEmpty, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue, updateValue
-
Constructor Details
-
ByteBufferStorage
public ByteBufferStorage()
-
-
Method Details
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
public void setValue(int tagIndex, long value, int length) - Specified by:
setValuein classMessageStorage
-
setValue
public int setValue(int tagIndex, double value, int precision, int length) - Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
setValue
- Specified by:
setValuein classMessageStorage
-
getByteBuffer
-