| 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)
Decodes message bytes and returns a message object bound to the provided buffer.
|
abstract IMessage |
ByteDecoder.decodePreCreatedMessage(byte[] data,
int offset,
int size)
Decodes message bytes using reusable pre-created message instances.
|
abstract IMessage |
ByteDecoder.encode(byte[] data,
int offset,
int size,
int templateId)
Initializes a message for encoding in the provided buffer.
|
abstract IMessage |
ByteDecoder.encodePreCreatedMessage(byte[] data,
int offset,
int size,
int templateId)
Initializes a pre-created reusable message instance for encoding.
|
Copyright © 2013–2026 Onix Solutions. All rights reserved.