biz.onixs.fix.fast.template
Class SimpleDecimalFieldOper
java.lang.Object
biz.onixs.fix.fast.template.AbstractFieldOper
biz.onixs.fix.fast.template.SimpleDecimalFieldOper
- All Implemented Interfaces:
- FieldOper
- Direct Known Subclasses:
- SimpleDecimalCopyFieldOper, SimpleDecimalDefaultFieldOper, SimpleDecimalDeltaFieldOper, SimpleDecimalNoopFieldOper
public abstract class SimpleDecimalFieldOper
- extends AbstractFieldOper
value
protected ScaledDecimal value
SimpleDecimalFieldOper
public SimpleDecimalFieldOper()
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.