biz.onixs.fix.fast.template
Class MantissaFieldInstr

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldInstr
      extended by biz.onixs.fix.fast.template.Int64FieldInstr
          extended by biz.onixs.fix.fast.template.MantissaFieldInstr
All Implemented Interfaces:
FieldInstr

public class MantissaFieldInstr
extends Int64FieldInstr


Field Summary
 
Fields inherited from class biz.onixs.fix.fast.template.Int64FieldInstr
fieldOper
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
dictionaryEntry, id, name, optional
 
Constructor Summary
MantissaFieldInstr()
           
 
Method Summary
 FieldInstr copy()
           
 void decode(DecodingContext context)
           
 void encode(EncodingContext context)
           
 boolean occupiesPresenceMap()
           
 String toString()
           
 
Methods inherited from class biz.onixs.fix.fast.template.Int64FieldInstr
copy, getFieldOper, setFieldOper, toStringShort
 
Methods inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
copy, fillTemplateRef, getDictionaryEntry, getId, getName, isOptional, setId, setName, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MantissaFieldInstr

public MantissaFieldInstr()
Method Detail

decode

public void decode(DecodingContext context)
            throws FastException
Specified by:
decode in interface FieldInstr
Overrides:
decode in class Int64FieldInstr
Throws:
FastException

encode

public void encode(EncodingContext context)
            throws FastException
Specified by:
encode in interface FieldInstr
Overrides:
encode in class Int64FieldInstr
Throws:
FastException

occupiesPresenceMap

public boolean occupiesPresenceMap()
Specified by:
occupiesPresenceMap in interface FieldInstr
Overrides:
occupiesPresenceMap in class Int64FieldInstr

copy

public FieldInstr copy()
Specified by:
copy in interface FieldInstr
Overrides:
copy in class Int64FieldInstr

toString

public String toString()
Overrides:
toString in class Int64FieldInstr


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