biz.onixs.fix.fast.template
Class Int64FieldInstr

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldInstr
      extended by biz.onixs.fix.fast.template.Int64FieldInstr
All Implemented Interfaces:
FieldInstr
Direct Known Subclasses:
MantissaFieldInstr

public class Int64FieldInstr
extends AbstractFieldInstr


Field Summary
protected  Int64FieldOper fieldOper
           
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
dictionaryEntry, id, name, optional
 
Constructor Summary
Int64FieldInstr()
           
 
Method Summary
 FieldInstr copy()
           
protected  void copy(Int64FieldInstr instr)
           
 void decode(DecodingContext context)
           
 void encode(EncodingContext context)
           
 Int64FieldOper getFieldOper()
           
 boolean occupiesPresenceMap()
           
 void setFieldOper(Int64FieldOper fieldOper)
           
 String toString()
           
 String toStringShort()
           
 
Methods inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
copy, fillTemplateRef, getDictionaryEntry, getId, getName, isOptional, setId, setName, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fieldOper

protected Int64FieldOper fieldOper
Constructor Detail

Int64FieldInstr

public Int64FieldInstr()
Method Detail

getFieldOper

public Int64FieldOper getFieldOper()

setFieldOper

public void setFieldOper(Int64FieldOper fieldOper)

decode

public void decode(DecodingContext context)
            throws FastException
Throws:
FastException

encode

public void encode(EncodingContext context)
            throws FastException
Throws:
FastException

occupiesPresenceMap

public boolean occupiesPresenceMap()

copy

public FieldInstr copy()

copy

protected void copy(Int64FieldInstr instr)

toString

public String toString()
Overrides:
toString in class AbstractFieldInstr

toStringShort

public String toStringShort()
Overrides:
toStringShort in class AbstractFieldInstr


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