biz.onixs.fix.fast.util
Class FixBlock4Group

java.lang.Object
  extended by biz.onixs.fix.fast.util.FixBlock4Group
All Implemented Interfaces:
FixBlock

public class FixBlock4Group
extends Object
implements FixBlock


Constructor Summary
FixBlock4Group(Group group)
           
 
Method Summary
 boolean contains(int tag)
           
 String get(int tag)
           
 Group getGroup(int numberOfInstancesTag)
           
 int getIndex()
           
 int getInstanceNumber()
           
 int getInteger(int tag)
           
 long getLong(int tag)
           
 void incrementIndex()
           
 boolean set(int tag, byte[] value)
           
 boolean set(int tag, biz.onixs.util.ByteBuffer buffer)
           
 boolean set(int tag, int value)
           
 boolean set(int tag, long value)
           
 boolean set(int tag, String value)
           
 boolean set(int tag, ValuePtr valuePtr)
           
 Group setGroup(int numberOfInstancesTag, int numberOfInstances)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixBlock4Group

public FixBlock4Group(Group group)
Method Detail

getIndex

public int getIndex()

incrementIndex

public void incrementIndex()

set

public boolean set(int tag,
                   String value)
Specified by:
set in interface FixBlock

get

public String get(int tag)
Specified by:
get in interface FixBlock

getLong

public long getLong(int tag)
Specified by:
getLong in interface FixBlock

getInteger

public int getInteger(int tag)
Specified by:
getInteger in interface FixBlock

set

public boolean set(int tag,
                   int value)
Specified by:
set in interface FixBlock

set

public boolean set(int tag,
                   long value)
Specified by:
set in interface FixBlock

set

public boolean set(int tag,
                   byte[] value)
Specified by:
set in interface FixBlock

set

public boolean set(int tag,
                   ValuePtr valuePtr)
Specified by:
set in interface FixBlock

set

public boolean set(int tag,
                   biz.onixs.util.ByteBuffer buffer)
Specified by:
set in interface FixBlock

setGroup

public Group setGroup(int numberOfInstancesTag,
                      int numberOfInstances)
Specified by:
setGroup in interface FixBlock

contains

public boolean contains(int tag)
Specified by:
contains in interface FixBlock

getInstanceNumber

public int getInstanceNumber()

getGroup

public Group getGroup(int numberOfInstancesTag)
Specified by:
getGroup in interface FixBlock

toString

public String toString()
Overrides:
toString in class Object


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