Package | Description |
---|---|
biz.onixs.fix.dictionary | |
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.internal | |
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
Map<ValuePtr,MessageDefinition> |
Dictionary.getMessageDefinitions()
Returns message type to message definition map.
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
Dictionary.add(ValuePtr msgType,
MessageDefinition msgDef)
Adds FIX message low-level definition.
|
boolean |
Dictionary.contains(ValuePtr msgType)
Returns whether corresponding message definition contains.
|
MessageDefinition |
Dictionary.get(ValuePtr msgType)
Returns message definition corresponding to message type.
|
static boolean |
Dictionary.isSessionLevel(ValuePtr msgType)
Returns whether specified message type is Session level.
|
Modifier and Type | Method and Description |
---|---|
ValuePtr |
FixFlatMessage.getMsgType() |
ValuePtr |
FixMessage.getMsgType()
Returns MsgType(35).
|
ValuePtr |
FixStructuredMessage.getMsgType() |
ValuePtr |
Field.getValuePtr()
Returns field value as a pointer to a byte array.
|
ValuePtr |
FixBlock.getValuePtr(int tag)
Returns field value as
ValuePtr . |
ValuePtr |
Group.getValuePtr(int tag,
int index)
Returns field value as
ValuePtr . |
Modifier and Type | Method and Description |
---|---|
FlatMessage |
FlatMessage.add(int index,
int tag,
ValuePtr value)
Adds given tag/value pair at the specified index of flat message.
|
FlatMessage |
FlatMessage.add(int tag,
ValuePtr value)
Adds given tag/value pair at the end of flat message.
|
boolean |
FixFlatMessage.compareTestReqID(ValuePtr testReqId) |
boolean |
FixMessage.compareTestReqID(ValuePtr testReqId)
Returns true if the message contains TestReqID(112) same as the specified value, false otherwise.
|
boolean |
FixStructuredMessage.compareTestReqID(ValuePtr testReqId) |
boolean |
Group.get(int tag,
int index,
ValuePtr value)
Returns field value as
ValuePtr using provided value object instance. |
boolean |
FixBlock.get(int tag,
ValuePtr value)
Returns field value as
ValuePtr using provided value object instance. |
boolean |
FlatMessage.get(int tag,
ValuePtr valuePtr)
Fills the given
ValuePtr with reference to value by the given tag. |
boolean |
FlatMessage.get(int tag,
ValuePtr valuePtr,
int hintPosition)
Fills the given
ValuePtr with reference to value by the given tag. |
boolean |
FlatMessage.getByIndex(int index,
ValuePtr valuePtr)
Fills the given
ValuePtr with reference to value from the given field index. |
boolean |
FixFlatMessage.getTestReqID(ValuePtr testReqId) |
boolean |
FixMessage.getTestReqID(ValuePtr testReqId)
Returns TestReqID(112).
|
boolean |
FixStructuredMessage.getTestReqID(ValuePtr testReqId) |
Group |
Group.set(int tag,
int index,
ValuePtr value)
Sets
ValuePtr field value. |
FixBlock |
FixBlock.set(int tag,
ValuePtr value)
Sets
ValuePtr field value. |
FlatMessage |
FlatMessage.set(int tag,
ValuePtr value)
Sets new value for the given tag.
|
FlatMessage |
FlatMessage.setByIndex(int index,
ValuePtr value)
Sets new value at the given field index.
|
Modifier and Type | Method and Description |
---|---|
ValuePtr |
FixBlockExtendedX.FixBlockExtended.getValuePtr(int tag) |
Modifier and Type | Method and Description |
---|---|
boolean |
FixBlockExtendedX.FixBlockExtended.get(int tag,
ValuePtr value) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
ValuePtr value) |
Modifier and Type | Field and Description |
---|---|
static ValuePtr |
ValuePtr.N
Value pointer to a byte array encoded from string "N".
|
static ValuePtr |
ValuePtr.ONE
Value pointer to a byte array encoded from string "1".
|
static ValuePtr |
ValuePtr.Y
Value pointer to a byte array encoded from string "Y".
|
static ValuePtr |
ValuePtr.ZERO
Value pointer to a byte array encoded from string "0".
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append(ValuePtr value)
Appends bytes taken from value pointer to byte buffer.
|
void |
Timestamp.getUtcTimestamp(ValuePtr valuePtr,
boolean withMs) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.