Uses of Class
biz.onixs.fix.fastnew.FastException

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.
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.