biz.onixs.fix.parser
Interface FixBlock

All Known Implementing Classes:
FixBlock4Group, Message

public interface FixBlock


Method Summary
 boolean contains(int tag)
           
 String get(int tag)
           
 Group getGroup(int numberOfInstancesTag)
           
 int getInteger(int tag)
           
 long getLong(int tag)
           
 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)
           
 

Method Detail

set

boolean set(int tag,
            String value)

get

String get(int tag)

set

boolean set(int tag,
            int value)

set

boolean set(int tag,
            long value)

set

boolean set(int tag,
            byte[] value)

set

boolean set(int tag,
            ValuePtr valuePtr)

set

boolean set(int tag,
            biz.onixs.util.ByteBuffer buffer)

setGroup

Group setGroup(int numberOfInstancesTag,
               int numberOfInstances)

getGroup

Group getGroup(int numberOfInstancesTag)

contains

boolean contains(int tag)

getLong

long getLong(int tag)

getInteger

int getInteger(int tag)


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