biz.onixs.fix.fast.template
Class CompositeDecimalFieldInstr

java.lang.Object
  extended by biz.onixs.fix.fast.template.AbstractFieldInstr
      extended by biz.onixs.fix.fast.template.CompositeDecimalFieldInstr
All Implemented Interfaces:
FieldInstr

public class CompositeDecimalFieldInstr
extends AbstractFieldInstr


Field Summary
 
Fields inherited from class biz.onixs.fix.fast.template.AbstractFieldInstr
dictionaryEntry, id, name, optional
 
Constructor Summary
CompositeDecimalFieldInstr()
           
 
Method Summary
 FieldInstr copy()
           
 void decode(DecodingContext context)
           
 void encode(EncodingContext context)
           
 ExponentFieldInstr getExponentFieldInstr()
           
 MantissaFieldInstr getMantissaFieldInstr()
           
 boolean occupiesPresenceMap()
           
 void setExponentFieldInstr(ExponentFieldInstr exponentFieldInstr)
           
 void setMantissaFieldInstr(MantissaFieldInstr mantissaFieldInstr)
           
 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
 

Constructor Detail

CompositeDecimalFieldInstr

public CompositeDecimalFieldInstr()
Method Detail

getExponentFieldInstr

public ExponentFieldInstr getExponentFieldInstr()

setExponentFieldInstr

public void setExponentFieldInstr(ExponentFieldInstr exponentFieldInstr)

getMantissaFieldInstr

public MantissaFieldInstr getMantissaFieldInstr()

setMantissaFieldInstr

public void setMantissaFieldInstr(MantissaFieldInstr mantissaFieldInstr)

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()

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.