biz.onixs.fix.fast.template
Class SimpleDecimalFieldOper

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldOper
      extended by biz.onixs.fix.fast.template.SimpleDecimalFieldOper
All Implemented Interfaces:
FieldOper
Direct Known Subclasses:
SimpleDecimalCopyFieldOper, SimpleDecimalDefaultFieldOper, SimpleDecimalDeltaFieldOper, SimpleDecimalNoopFieldOper

public abstract class SimpleDecimalFieldOper
extends AbstractFieldOper


Field Summary
protected  ScaledDecimal value
           
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldOper
valueSet
 
Constructor Summary
SimpleDecimalFieldOper()
           
 
Method Summary
protected  void copy(SimpleDecimalFieldOper oper)
           
abstract  ScaledDecimal decode(SimpleDecimalFieldInstr fieldInstr, DecodingContext context)
           
abstract  void encode(SimpleDecimalFieldInstr fieldInstr, EncodingContext context)
           
 ScaledDecimal getValue()
           
 void setValue(ScaledDecimal value)
           
 String toString()
           
 String 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
 
Methods inherited from interface biz.onixs.fix.fast.template.FieldOper
copy, occupiesPresenceMap
 

Field Detail

value

protected ScaledDecimal value
Constructor Detail

SimpleDecimalFieldOper

public SimpleDecimalFieldOper()
Method Detail

getValue

public ScaledDecimal getValue()

setValue

public void setValue(ScaledDecimal value)

decode

public abstract ScaledDecimal decode(SimpleDecimalFieldInstr fieldInstr,
                                     DecodingContext context)
                              throws FastException
Throws:
FastException

encode

public abstract void encode(SimpleDecimalFieldInstr fieldInstr,
                            EncodingContext context)
                     throws FastException
Throws:
FastException

copy

protected void copy(SimpleDecimalFieldOper oper)

toString

public String toString()
Overrides:
toString in class AbstractFieldOper

toStringShort

public String toStringShort()
Overrides:
toStringShort in class AbstractFieldOper


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