| Package | Description |
|---|---|
| biz.onixs.sbe |
| Modifier and Type | Class and Description |
|---|---|
class |
Message
Base class for the FIX message.
|
| Modifier and Type | Method and Description |
|---|---|
IMessage |
Message.clone()
Creates a copy of the message instance, including part of underlying byte array with message data.
|
IMessage |
IMessage.clone()
Creates a copy of the message instance, including part of underlying byte array with message data.
|
abstract IMessage |
ByteDecoder.decode(byte[] data,
int offset,
int size)
This function does the following:
1.
|
abstract IMessage |
ByteDecoder.decodePreCreatedMessage(byte[] data,
int offset,
int size)
This function does the following:
1.
|
abstract IMessage |
ByteDecoder.encode(byte[] data,
int offset,
int size,
int templateId)
This function does the following:
1.
|
abstract IMessage |
ByteDecoder.encodePreCreatedMessage(byte[] data,
int offset,
int size,
int templateId)
This function does the following:
1.
|
Copyright © 2013–2026 Onix Solutions. All rights reserved.