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 ByteBuffer
getByteBuffer
(int tagIndex) int
setValue
(int tagIndex, double value, int precision, int length) void
setValue
(int tagIndex, long value, int length) void
setValue
(int index, FIXDateFormatter fixDateFormatter, Calendar value, int length) void
setValue
(int tagIndex, CharSequence value, int length) void
setValue
(int tagIndex, CharSequence value, int offset, 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 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) 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:
setValue
in classMessageStorage
-
setValue
public void setValue(int tagIndex, long value, int length) - Specified by:
setValue
in classMessageStorage
-
setValue
public int setValue(int tagIndex, double value, int precision, int length) - Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
setValue
- Specified by:
setValue
in classMessageStorage
-
getByteBuffer
-