biz.onixs.fix.fast.template
Class StringFieldOper

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldOper
      extended by biz.onixs.fix.fast.template.StringFieldOper
All Implemented Interfaces:
FieldOper
Direct Known Subclasses:
StringConstantFieldOper, StringCopyFieldOper, StringDefaultFieldOper, StringDeltaFieldOper, StringNoopFieldOper

public abstract class StringFieldOper
extends AbstractFieldOper


Field Summary
protected  biz.onixs.util.ByteBuffer value
           
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldOper
valueSet
 
Constructor Summary
StringFieldOper()
           
 
Method Summary
protected  void copy(StringFieldOper oper)
           
abstract  biz.onixs.util.ByteBuffer decode(StringFieldInstr fieldInstr, DecodingContext context)
           
abstract  void encode(StringFieldInstr fieldInstr, EncodingContext context)
           
 String getValue()
           
 void setValue(String 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 biz.onixs.util.ByteBuffer value
Constructor Detail

StringFieldOper

public StringFieldOper()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

decode

public abstract biz.onixs.util.ByteBuffer decode(StringFieldInstr fieldInstr,
                                                 DecodingContext context)
                                          throws FastException
Throws:
FastException

encode

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

copy

protected void copy(StringFieldOper 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.