|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastException | |
---|---|
biz.onixs.fix.fastnew |
Uses of FastException in biz.onixs.fix.fastnew |
---|
Methods in biz.onixs.fix.fastnew that throw FastException | |
---|---|
Message |
Decoder.decode(byte[] buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
Message |
Decoder.decode(byte[] buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
Message |
Decoder.decode(byte[] buffer,
int offset,
int count)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
Message |
Decoder.decode(biz.onixs.util.ByteBuffer buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
Message |
Decoder.decode(biz.onixs.util.ByteBuffer buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
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,
biz.onixs.util.ByteBuffer buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
void |
Decoder.decode(DecodeResult result,
biz.onixs.util.ByteBuffer buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
byte[] |
Encoder.encode(Message message)
Encodes the given FIX message into a FAST stream chunk. The template is selected automatically with the max id for the specific FIX message type. |
byte[] |
Encoder.encode(Message message,
int templateId)
Encodes the given FIX message into a FAST stream chunk. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |