Package | Description |
---|---|
biz.onixs.fix.engine | |
biz.onixs.fix.engine.storage | |
biz.onixs.fix.fast | |
biz.onixs.fix.parser | |
biz.onixs.fix.tmgenerator.internal | |
biz.onixs.util |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
Session.MessageSendingArgs.getBytes() |
ByteBuffer |
Session.ReceivedBytesArgs.getBytes() |
ByteBuffer |
ConfirmationLogonMessageException.getRawMessage()
Return raw message.
|
Modifier and Type | Method and Description |
---|---|
Session |
Session.send(ByteBuffer rawMsg)
Sends the raw message to the counterparty without any updating (seq.
|
void |
Session.MessageSendingArgs.setBytes(ByteBuffer bytes) |
void |
Session.ReceivedBytesArgs.setBytes(ByteBuffer bytes) |
Constructor and Description |
---|
ConfirmationLogonMessageException(String rejectReason,
ByteBuffer rawMsg)
Constructor.
|
MessageSendingArgs(ByteBuffer bytes)
Creates event data.
|
ReceivedBytesArgs(ByteBuffer bytes)
Creates event data.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncFileSessionStorage.storeInboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal) |
void |
FileBasedSessionStorage.storeInboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal) |
void |
MemoryBasedSessionStorage.storeInboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal) |
void |
NullSessionStorage.storeInboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal) |
void |
SessionStorage.storeInboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal)
Stores inbound message.
|
void |
TimingSessionStorage.storeInboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal) |
void |
AsyncFileSessionStorage.storeOutboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal,
boolean warmUp) |
void |
FileBasedSessionStorage.storeOutboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal,
boolean warmUp) |
void |
MemoryBasedSessionStorage.storeOutboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal,
boolean warmUp) |
void |
NullSessionStorage.storeOutboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal,
boolean warmUp) |
void |
SessionStorage.storeOutboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal,
boolean warmUp)
Stores outbound message.
|
void |
TimingSessionStorage.storeOutboundMessage(ByteBuffer rawMessage,
long msgSeqNum,
boolean isOriginal,
boolean warmUp) |
Modifier and Type | Method and Description |
---|---|
Message |
Decoder.decode(ByteBuffer buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
Message |
Decoder.decode(ByteBuffer buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
void |
Decoder.decode(DecodeResult result,
ByteBuffer buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
void |
Decoder.decode(DecodeResult result,
ByteBuffer buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
void |
Encoder.encode(Message message,
ByteBuffer buffer) |
void |
Encoder.encode(Message message,
int templateId,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
FixBlock |
FixBlock.assemble(ByteBuffer buffer)
Assembles the FIX message to the target byte buffer.
|
void |
FlatMessage.assemble(ByteBuffer rawMsg)
Assembles the FIX message to the given buffer.
|
Group |
Group.assemble(ByteBuffer buffer)
Assembles the repeating group to the target byte buffer.
|
FixBlock |
Message.assemble(ByteBuffer buffer) |
FixBlock |
FixBlock.set(int tag,
ByteBuffer buffer)
Sets
ByteBuffer field value. |
Group |
Group.set(int tag,
int index,
ByteBuffer buffer)
Sets
ByteBuffer field value. |
Constructor and Description |
---|
Message(ByteBuffer rawMsg)
Constructs a message by parsing the given raw message.
|
Message(ByteBuffer rawMsg,
int messageValidationFlags)
Constructs a message by parsing the given raw message.
|
Message(Version version,
ByteBuffer rawMsg)
Constructs a message by parsing the given raw message according to the specified version.
|
Modifier and Type | Method and Description |
---|---|
FixBlock |
FixBlockExtendedX.FixBlockExtended.assemble(ByteBuffer buffer) |
FixBlock |
FixBlockExtendedX.FixBlockExtended.set(int tag,
ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append(byte b)
Appends a byte to byte buffer.
|
ByteBuffer |
ByteBuffer.append(byte[] buffer)
Appends bytes array to byte buffer.
|
ByteBuffer |
ByteBuffer.append(byte[] buffer,
int length)
Append bytes array to byte buffer with specified length.
|
ByteBuffer |
ByteBuffer.append(byte[] buffer,
int offset,
int length)
Appends bytes array to byte buffer from specified offset with specified length.
|
ByteBuffer |
ByteBuffer.append(ByteBuffer byteBuffer)
Appends bytes taken from specified byte buffer.
|
ByteBuffer |
ByteBuffer.append(char c)
Appends a character to byte buffer.
|
ByteBuffer |
ByteBuffer.append(long value)
Appends bytes array converted from long number.
|
ByteBuffer |
ByteBuffer.append(String str)
Appends bytes array encoded from string to byte buffer.
|
ByteBuffer |
ByteBuffer.append(ValuePtr value)
Appends bytes taken from value pointer to byte buffer.
|
ByteBuffer |
ByteBuffer.appendCheckSum(int checkSum)
Appends bytes array converted from int number in checksum format.
|
ByteBuffer |
ByteBuffer.clear()
Clears the byte buffer.
|
ByteBuffer |
ByteBuffer.copy()
Copies this byte buffer and returns a copy.
|
ByteBuffer |
ByteBuffer.erase(int length)
Erases bytes from the beginning of byte buffer with specified length.
|
ByteBuffer |
ByteBuffer.erase(int length,
int startPsn)
Erases bytes from specified position and with length form byte buffer.
|
ByteBuffer |
ByteBuffer.incLength(int size)
Increases data size of byte buffer by the specified size.
|
ByteBuffer |
ByteBuffer.insert(byte[] bytes,
int pos)
Inserts the bytes array at the specified position.
|
ByteBuffer |
ByteBuffer.insert(byte[] buffer,
int length,
int startPsn)
Inserts the bytes array with length at the specified position.
|
ByteBuffer |
ByteBuffer.insert(byte[] buffer,
int offset,
int length,
int startPsn)
Inserts the bytes array from specified offset with length at the specified position.
|
ByteBuffer |
ByteBuffer.insert(ByteBuffer buffer,
int startPsn)
Inserts the content of the buffer at the specified position.
|
ByteBuffer |
ByteBuffer.insert(byte b,
int pos)
Inserts the byte at the specified position.
|
ByteBuffer |
ByteBuffer.insert(byte b,
int pos,
int times)
Inserts the byte at the specified position and at specified times.
|
ByteBuffer |
ByteBuffer.insert(char c,
int pos)
Inserts the char converted to byte at the specified position.
|
ByteBuffer |
ByteBuffer.insert(long l,
int pos)
Inserts the long number converted to bytes at the specified position.
|
ByteBuffer |
ByteBuffer.insert(String s,
int pos)
Inserts the string encoded to bytes at the specified position.
|
ByteBuffer |
ByteBuffer.overwrite(byte[] buffer,
int length)
Overwrites data.
|
ByteBuffer |
ByteBuffer.overwrite(ByteBuffer byteBuffer)
Overwrites data.
|
ByteBuffer |
ByteBuffer.overwrite(int startPsn,
byte[] buffer,
int length)
Overwrites data.
|
ByteBuffer |
ByteBuffer.overwrite(int startPsn,
byte[] buffer,
int length,
int offset)
Overwrites data.
|
ByteBuffer |
ByteBuffer.reserve(int expectedCapacity)
Ensures the specified capacity is reserved.
|
ByteBuffer |
ByteBuffer.reserveSpace(int space)
Reserves additional space in the storage.
|
ByteBuffer |
ByteBuffer.resize(int newSize)
Resizes data size in byte buffer.
|
ByteBuffer |
ByteBuffer.reverse()
Reverses data in the byte buffer.
|
ByteBuffer |
ByteBuffer.reverse(int startIdx)
Reverses data in byte buffer from the specified start index.
|
ByteBuffer |
ByteBuffer.reverse(int startIdx,
int endIdx)
Reverses the specified range of data in byte buffer.
|
ByteBuffer |
ByteBuffer.subBuffer(int offset)
Creates a new byte buffer from the specified offset.
|
ByteBuffer |
ByteBuffer.subBuffer(int offset,
int length)
Creates a new byte buffer from the specified offset and with the specified length.
|
ByteBuffer |
ByteBuffer.write(OutputStream outputStream)
Writes the data from the byte buffer into specified output stream.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.append(ByteBuffer byteBuffer)
Appends bytes taken from specified byte buffer.
|
int |
ByteBuffer.compareTo(ByteBuffer o) |
ByteBuffer |
ByteBuffer.insert(ByteBuffer buffer,
int startPsn)
Inserts the content of the buffer at the specified position.
|
ByteBuffer |
ByteBuffer.overwrite(ByteBuffer byteBuffer)
Overwrites data.
|
void |
File.write(ByteBuffer value) |
Constructor and Description |
---|
ByteBuffer(ByteBuffer byteBuffer)
Copy constructor.
|
ByteBuffer(ByteBuffer byteBuffer,
int length)
Copy constructor with specified length of bytes to be copied.
|
ByteBuffer(ByteBuffer buffer,
int offset,
int length)
Copy constructor with specified offset and length of bytes to be copied.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.