biz.onixs.fix.fast.template
Class ExponentFieldInstr

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

public class ExponentFieldInstr
extends Int32FieldInstr


Field Summary
 
Fields inherited from class biz.onixs.fix.fast.template.Int32FieldInstr
fieldOper
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
dictionaryEntry, id, name, optional
 
Constructor Summary
ExponentFieldInstr()
           
 
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.Int32FieldInstr
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

ExponentFieldInstr

public ExponentFieldInstr()
Method Detail

decode

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

encode

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

occupiesPresenceMap

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

copy

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

toString

public String toString()
Overrides:
toString in class Int32FieldInstr


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