DefaultSeparator
Modifier and Type | Method and Description |
---|---|
IMessage |
clone()
Creates a copy of the message instance, including part of underlying byte array with message data.
|
int |
getDynamicOffset()
Returns offset of the variable length data (repeating groups and/or variable length fields).
|
int |
getFixedBlockLength()
Returns length of the fixed-size fields block appeared before first repeating group.
|
int |
getMsgSize()
Returns message size.
|
String |
getSemanticType()
Returns message semantic type (FIX type).
|
int |
getTemplateId()
Returns message template id.
|
int |
getVersion()
Returns version of the message templates.
|
void |
load(byte[] data,
int offset,
int size)
Loads header fields and initialize repeating groups and VarDataField fields.
|
contains, createEmptyStandardComposite, createNullDecimal, createNullMonthYear, createNullTimestamp, dataTags, fieldTags, getBoolean, getBuffer, getByte, getBytes, getChar, getCustomComposite, getDecimal, getDecimal, getGroup, getInt, getLong, getMonthYear, getMonthYear, getOffset, getParent, getShort, getSize, getString, getTimestamp, getUnsignedByte, getUnsignedInt, getUnsignedLong, getUnsignedShort, getValuePtr, getVarData, groupTags, hasFieldTag, hasGroupTag, hasTag, hasVarDataTag, init, isNullDecimal, isNullMonthYear, isNullStandardComposite, isNullTimestamp, load, reset, setBoolean, setByte, setByte, setBytes, setChar, setCustomComposite, setDecimal, setInt, setLong, setMonthYear, setShort, setShort, setString, setTimestamp, setUnsignedByte, setUnsignedByte, setUnsignedInt, setUnsignedLong, setUnsignedShort, setVarData, toFixString, tryGetBoolean, tryGetByte, tryGetBytes, tryGetChar, tryGetCustomComposite, tryGetDecimal, tryGetGroup, tryGetInt, tryGetLong, tryGetMonthYear, tryGetShort, tryGetString, tryGetTimestamp, tryGetUnsignedByte, tryGetUnsignedInt, tryGetUnsignedLong, tryGetUnsignedShort, tryGetValuePtr, tryGetVarData
int getTemplateId()
String getSemanticType()
int getDynamicOffset()
int getMsgSize()
IMessage clone()
int getVersion()
int getFixedBlockLength()
void load(byte[] data, int offset, int size)
data
- byte array, which contains field set dataoffset
- field set offset in the buffersize
- size of the buffer, available for field setCopyright © 2005–2024 Onix Solutions. All rights reserved.