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

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

Uses of DecodingContext in biz.onixs.fix.fast
 

Methods in biz.onixs.fix.fast with parameters of type DecodingContext
 void Template.decode(DecodingContext context)
          Decodes FAST data to FIX message.
 

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

Methods in biz.onixs.fix.fast.template with parameters of type DecodingContext
 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)
           
 



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