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

Packages that use FastException
biz.onixs.fix.fast   
biz.onixs.fix.fast.template   
 

Uses of FastException in biz.onixs.fix.fast
 

Subclasses of FastException in biz.onixs.fix.fast
 class DynamicErrorException
          FAST Dynamic Error.
 class NotEnoughInputDataException
           
 class ReportableErrorException
          FAST Reportable Error.
 class StaticErrorException
          FAST Static Error.
 

Methods in biz.onixs.fix.fast 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.
 void Template.decode(DecodingContext context)
          Decodes FAST data to FIX message.
 biz.onixs.util.ByteBuffer InputStreamDecoder.decodeByteVector()
           
 biz.onixs.util.ByteBuffer InputStreamDecoder.decodeByteVectorNullable()
           
 int InputStreamDecoder.decodeInt32()
           
 Integer InputStreamDecoder.decodeInt32Nullable()
           
 int InputStreamDecoder.decodeInt32WithOverflow()
           
 Integer InputStreamDecoder.decodeInt32WithOverflowNullable()
           
 long InputStreamDecoder.decodeInt64()
           
 Long InputStreamDecoder.decodeInt64Nullable()
           
 long InputStreamDecoder.decodeInt64WithOverflow()
           
 Long InputStreamDecoder.decodeInt64WithOverflowNullable()
           
 PresenceMapIterator InputStreamDecoder.decodePresenceMap()
           
 PresenceMapIterator InputStreamDecoder.decodePresenceMap(PresenceMapIterator presenceMapIterator)
           
 biz.onixs.util.ByteBuffer InputStreamDecoder.decodeString()
           
 biz.onixs.util.ByteBuffer InputStreamDecoder.decodeStringNullable()
           
 long InputStreamDecoder.decodeUInt32()
           
 Long InputStreamDecoder.decodeUInt32Nullable()
           
 long InputStreamDecoder.decodeUInt64()
           
 Long InputStreamDecoder.decodeUInt64Nullable()
           
 byte[] Template.encode(EncodingContext context)
          Encodes FIX message to binary FAST data.
 byte[] Encoder.encode(Message message, int templateId)
          Encodes the given FIX message into a FAST stream chunk.
 

Uses of FastException in biz.onixs.fix.fast.template
 

Methods in biz.onixs.fix.fast.template that throw FastException
 void UInt64FieldInstr.decode(DecodingContext context)
           
 void UInt32FieldInstr.decode(DecodingContext context)
           
 void TemplateRefFieldInstr.decode(DecodingContext context)
           
 void TemplateImpl.decode(DecodingContext context)
           
 void StringFieldInstr.decode(DecodingContext context)
           
 void SimpleDecimalFieldInstr.decode(DecodingContext context)
           
 void SequenceFieldInstr.decode(DecodingContext context)
           
 void MantissaFieldInstr.decode(DecodingContext context)
           
 void LengthFieldInstr.decode(DecodingContext context)
           
 void Int64FieldInstr.decode(DecodingContext context)
           
 void Int32FieldInstr.decode(DecodingContext context)
           
 void FieldInstr.decode(DecodingContext context)
           
 void ExponentFieldInstr.decode(DecodingContext context)
           
 void CompositeDecimalFieldInstr.decode(DecodingContext context)
           
 Integer Int32NoopFieldOper.decode(Int32FieldInstr fieldInstr, DecodingContext context)
           
abstract  Integer Int32FieldOper.decode(Int32FieldInstr fieldInstr, DecodingContext context)
           
 Integer Int32DeltaFieldOper.decode(Int32FieldInstr fieldInstr, DecodingContext context)
           
 Integer Int32DefaultFieldOper.decode(Int32FieldInstr fieldInstr, DecodingContext context)
           
 Integer Int32CopyFieldOper.decode(Int32FieldInstr fieldInstr, DecodingContext context)
           
 Long Int64NoopFieldOper.decode(Int64FieldInstr fieldInstr, DecodingContext context)
           
abstract  Long Int64FieldOper.decode(Int64FieldInstr fieldInstr, DecodingContext context)
           
 Long Int64DeltaFieldOper.decode(Int64FieldInstr fieldInstr, DecodingContext context)
           
 Long Int64CopyFieldOper.decode(Int64FieldInstr fieldInstr, DecodingContext context)
           
 Long LengthNoopFieldOper.decode(LengthFieldInstr fieldInstr, DecodingContext context)
           
abstract  Long LengthFieldOper.decode(LengthFieldInstr fieldInstr, DecodingContext context)
           
 Long LengthDefaultFieldOper.decode(LengthFieldInstr fieldInstr, DecodingContext context)
           
 Long LengthCopyFieldOper.decode(LengthFieldInstr fieldInstr, DecodingContext context)
           
 ScaledDecimal SimpleDecimalNoopFieldOper.decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
abstract  ScaledDecimal SimpleDecimalFieldOper.decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
 ScaledDecimal SimpleDecimalDeltaFieldOper.decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
 ScaledDecimal SimpleDecimalDefaultFieldOper.decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
 ScaledDecimal SimpleDecimalCopyFieldOper.decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
 biz.onixs.util.ByteBuffer StringNoopFieldOper.decode(StringFieldInstr fieldInstr, DecodingContext context)
           
abstract  biz.onixs.util.ByteBuffer StringFieldOper.decode(StringFieldInstr fieldInstr, DecodingContext context)
           
 biz.onixs.util.ByteBuffer StringDeltaFieldOper.decode(StringFieldInstr fieldInstr, DecodingContext context)
           
 biz.onixs.util.ByteBuffer StringDefaultFieldOper.decode(StringFieldInstr fieldInstr, DecodingContext context)
           
 biz.onixs.util.ByteBuffer StringCopyFieldOper.decode(StringFieldInstr fieldInstr, DecodingContext context)
           
 biz.onixs.util.ByteBuffer StringConstantFieldOper.decode(StringFieldInstr fieldInstr, DecodingContext context)
           
 Long UInt32NoopFieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt32IncrementFieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
abstract  Long UInt32FieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt32DeltaFieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt32DefaultFieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt32CopyFieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt32ConstantFieldOper.decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt64NoopFieldOper.decode(UInt64FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt64IncrementFieldOper.decode(UInt64FieldInstr fieldInstr, DecodingContext context)
           
abstract  Long UInt64FieldOper.decode(UInt64FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt64DeltaFieldOper.decode(UInt64FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt64DefaultFieldOper.decode(UInt64FieldInstr fieldInstr, DecodingContext context)
           
 Long UInt64CopyFieldOper.decode(UInt64FieldInstr fieldInstr, DecodingContext context)
           
 void UInt64FieldInstr.encode(EncodingContext context)
           
 void UInt32FieldInstr.encode(EncodingContext context)
           
 void TemplateRefFieldInstr.encode(EncodingContext context)
           
 byte[] TemplateImpl.encode(EncodingContext context)
           
 void StringFieldInstr.encode(EncodingContext context)
           
 void SimpleDecimalFieldInstr.encode(EncodingContext context)
           
 void SequenceFieldInstr.encode(EncodingContext context)
           
 void MantissaFieldInstr.encode(EncodingContext context)
           
 void LengthFieldInstr.encode(EncodingContext context)
           
 void Int64FieldInstr.encode(EncodingContext context)
           
 void Int32FieldInstr.encode(EncodingContext context)
           
 void FieldInstr.encode(EncodingContext context)
           
 void ExponentFieldInstr.encode(EncodingContext context)
           
 void CompositeDecimalFieldInstr.encode(EncodingContext context)
           
 void Int32NoopFieldOper.encode(Int32FieldInstr fieldInstr, EncodingContext context)
           
abstract  void Int32FieldOper.encode(Int32FieldInstr fieldInstr, EncodingContext context)
           
 void Int32DeltaFieldOper.encode(Int32FieldInstr fieldInstr, EncodingContext context)
           
 void Int32DefaultFieldOper.encode(Int32FieldInstr fieldInstr, EncodingContext context)
           
 void Int32CopyFieldOper.encode(Int32FieldInstr fieldInstr, EncodingContext context)
           
 void Int64CopyFieldOper.encode(Int64FieldInstr fieldInstr, EncodingContext context)
           
 void SimpleDecimalNoopFieldOper.encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
abstract  void SimpleDecimalFieldOper.encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
 void SimpleDecimalDeltaFieldOper.encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
 void SimpleDecimalDefaultFieldOper.encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
 void SimpleDecimalCopyFieldOper.encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
 void StringNoopFieldOper.encode(StringFieldInstr fieldInstr, EncodingContext context)
           
abstract  void StringFieldOper.encode(StringFieldInstr fieldInstr, EncodingContext context)
           
 void StringDeltaFieldOper.encode(StringFieldInstr fieldInstr, EncodingContext context)
           
 void StringDefaultFieldOper.encode(StringFieldInstr fieldInstr, EncodingContext context)
           
 void StringCopyFieldOper.encode(StringFieldInstr fieldInstr, EncodingContext context)
           
 void StringConstantFieldOper.encode(StringFieldInstr fieldInstr, EncodingContext context)
           
 void UInt32NoopFieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 void UInt32IncrementFieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
abstract  void UInt32FieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 void UInt32DeltaFieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 void UInt32DefaultFieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 void UInt32CopyFieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 void UInt32ConstantFieldOper.encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 void UInt64NoopFieldOper.encode(UInt64FieldInstr fieldInstr, EncodingContext context)
           
 void UInt64IncrementFieldOper.encode(UInt64FieldInstr fieldInstr, EncodingContext context)
           
abstract  void UInt64FieldOper.encode(UInt64FieldInstr fieldInstr, EncodingContext context)
           
 void UInt64DeltaFieldOper.encode(UInt64FieldInstr fieldInstr, EncodingContext context)
           
 void UInt64DefaultFieldOper.encode(UInt64FieldInstr fieldInstr, EncodingContext context)
           
 void UInt64CopyFieldOper.encode(UInt64FieldInstr fieldInstr, EncodingContext context)
           
 



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