biz.onixs.fix.fast.template
Class SimpleDecimalDeltaFieldOper

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldOper
      extended by biz.onixs.fix.fast.template.SimpleDecimalFieldOper
          extended by biz.onixs.fix.fast.template.SimpleDecimalDeltaFieldOper
All Implemented Interfaces:
FieldOper

public class SimpleDecimalDeltaFieldOper
extends SimpleDecimalFieldOper


Field Summary
 
Fields inherited from class biz.onixs.fix.fast.template.SimpleDecimalFieldOper
value
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldOper
valueSet
 
Constructor Summary
SimpleDecimalDeltaFieldOper()
           
 
Method Summary
 FieldOper copy()
           
 ScaledDecimal decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
 void encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
 boolean occupiesPresenceMap(FieldInstr fieldInstr)
           
 String toString()
           
 
Methods inherited from class biz.onixs.fix.fast.template.SimpleDecimalFieldOper
copy, getValue, setValue, toStringShort
 
Methods inherited from class biz.onixs.fix.fast.template.AbstractFieldOper
copy, isValueSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleDecimalDeltaFieldOper

public SimpleDecimalDeltaFieldOper()
Method Detail

decode

public ScaledDecimal decode(SimpleDecimalFieldInstr fieldInstr,
                            DecodingContext context)
                     throws FastException
Specified by:
decode in class SimpleDecimalFieldOper
Throws:
FastException

encode

public void encode(SimpleDecimalFieldInstr fieldInstr,
                   EncodingContext context)
            throws FastException
Specified by:
encode in class SimpleDecimalFieldOper
Throws:
FastException

occupiesPresenceMap

public boolean occupiesPresenceMap(FieldInstr fieldInstr)

copy

public FieldOper copy()

toString

public String toString()
Overrides:
toString in class SimpleDecimalFieldOper


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