|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.message.FIXFieldListUtil
public class FIXFieldListUtil
FIXFieldList helper class.
| Method Summary | |
|---|---|
static boolean |
isEqualIgnoreOrder(FIXFieldList message1,
FIXFieldList message2)
Compares two message, the order of tag is ignored. |
static boolean |
isGapFill(FIXFieldList message)
Returns true if message has the 123 tag and value is equals 'Y'. |
static boolean |
isIgnorableMsg(FIXFieldList message)
Methods checks if message has 4 or A type. |
static boolean |
isLogin(byte[] type)
Deprecated. |
static boolean |
isLogin(FIXFieldList message)
Checks if message type is login. |
static boolean |
isLogout(byte[] type)
Deprecated. |
static boolean |
isLogout(FIXFieldList message)
Checks if message type is logout. |
static boolean |
isMessageType(FIXFieldList message,
byte[] msgType)
Checks the message type. |
static boolean |
isMessageType(FIXFieldList message,
String msgType)
Deprecated. |
static boolean |
isPosDup(FIXFieldList message)
Returns true if message has the 43 tag. |
static boolean |
isResetLogon(FIXFieldList message)
Returns true if message is logon and has 34=1 and 141=Y |
static boolean |
isSeqReset(byte[] type)
Deprecated. |
static boolean |
isSeqReset(FIXFieldList message)
Checks if message type is logout. |
static boolean |
isTagValueEquals(FIXFieldList message,
int tag,
byte[] value)
Checks is tag exist and value equals. |
static boolean |
isTagValueEquals(FIXFieldList message,
int tag,
String value)
Checks is tag exist and value equals. |
static boolean |
isTagValueEquals(FIXField field,
String value)
Compare Field's raw value to passed String constant. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated
public static boolean isMessageType(FIXFieldList message,
String msgType)
message - the messagemsgType - the message type
public static boolean isMessageType(FIXFieldList message,
byte[] msgType)
message - the messagemsgType - the message type
public static boolean isTagValueEquals(FIXFieldList message,
int tag,
byte[] value)
message - the messagetag - the tag idvalue - the tag value
public static boolean isTagValueEquals(FIXFieldList message,
int tag,
String value)
message - the messagetag - the tag idvalue - the tag value
public static boolean isEqualIgnoreOrder(FIXFieldList message1,
FIXFieldList message2)
message1 - the messagemessage2 - the message
public static boolean isTagValueEquals(FIXField field,
String value)
field - the fieldvalue - the String constantpublic static boolean isPosDup(FIXFieldList message)
message - the messagepublic static boolean isGapFill(FIXFieldList message)
message - the message@Deprecated public static boolean isLogin(byte[] type)
type - the array of bytespublic static boolean isLogin(FIXFieldList message)
message - FIX message@Deprecated public static boolean isLogout(byte[] type)
type - the array of bytespublic static boolean isLogout(FIXFieldList message)
message - FIX message@Deprecated public static boolean isSeqReset(byte[] type)
type - the array of bytespublic static boolean isSeqReset(FIXFieldList message)
message - FIX messagepublic static boolean isIgnorableMsg(FIXFieldList message)
message - the message
public static boolean isResetLogon(FIXFieldList message)
throws FieldNotFoundException
message - the message
FieldNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||