Package | Description |
---|---|
biz.onixs.fix.fast |
Modifier and Type | Method and Description |
---|---|
void |
Decoder.decode(DecodeResult result,
byte[] buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
void |
Decoder.decode(DecodeResult result,
byte[] buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message.
|
void |
Decoder.decode(DecodeResult result,
byte[] buffer,
int offset,
int count)
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.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.