biz.onixs.fix.fast.template
Class UInt32FieldOper

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldOper
      extended by 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
           
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldOper
valueSet
 
Constructor Summary
UInt32FieldOper()
           
 
Method Summary
protected  void copy(UInt32FieldOper oper)
           
abstract  Long decode(UInt32FieldInstr fieldInstr, DecodingContext context)
           
abstract  void encode(UInt32FieldInstr fieldInstr, EncodingContext context)
           
 long getValue()
           
 void setValue(long 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 long value
Constructor Detail

UInt32FieldOper

public UInt32FieldOper()
Method Detail

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.