biz.onixs.fix.fast.template
Class UInt32FieldOper
java.lang.Object
biz.onixs.fix.fast.template.AbstractFieldOper
biz.onixs.fix.fast.template.UInt32FieldOper
- All Implemented Interfaces:
- FieldOper
- Direct Known Subclasses:
- UInt32ConstantFieldOper, UInt32CopyFieldOper, UInt32DefaultFieldOper, UInt32DeltaFieldOper, UInt32IncrementFieldOper, UInt32NoopFieldOper
public abstract class UInt32FieldOper
- extends AbstractFieldOper
Field Summary |
protected long |
value
|
value
protected long value
UInt32FieldOper
public UInt32FieldOper()
getValue
public long getValue()
setValue
public void setValue(long value)
decode
public abstract Long decode(UInt32FieldInstr fieldInstr,
DecodingContext context)
throws FastException
- Throws:
FastException
encode
public abstract void encode(UInt32FieldInstr fieldInstr,
EncodingContext context)
throws FastException
- Throws:
FastException
copy
protected void copy(UInt32FieldOper 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.