public class FixMessage extends Object implements FixMessageInterface
| Modifier and Type | Field and Description |
|---|---|
protected int |
major |
protected int |
minor |
protected int |
servicepack |
protected CharSequence |
type |
| Constructor and Description |
|---|
FixMessage(Field[] field) |
FixMessage(FIXMessageBuilder fixMsgBuilder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCheckSum() |
Field[] |
getField() |
Field |
getField(int fieldLocation) |
String |
getFixString() |
int |
getMajor() |
int |
getMinor() |
int |
getServicepack() |
CharSequence |
getType() |
int |
isValid()
checks if the session information of these tags is valid 8|9|34|35|49|56|10
|
void |
readExternal(ObjectInput in) |
void |
reset()
Resets Field[] data
|
void |
writeExternal(ObjectOutput out) |
protected int major
protected int minor
protected int servicepack
protected CharSequence type
public FixMessage(FIXMessageBuilder fixMsgBuilder)
fixMsgBuilder - - for static builder implementation.public FixMessage(Field[] field)
field - - Can be used for setting/resetting this object's FIX fieldspublic Field[] getField()
public int getMajor()
getMajor in interface FixMessageInterfacepublic int getMinor()
getMinor in interface FixMessageInterfacepublic int getServicepack()
getServicepack in interface FixMessageInterfacepublic CharSequence getType()
getType in interface FixMessageInterfacepublic Field getField(int fieldLocation)
fieldLocation- - Position of this field in the arraypublic String getFixString()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic int getCheckSum()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic int isValid()
public void reset()
Copyright © 2015. All rights reserved.