|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.FixObjectFactory
public class FixObjectFactory
Fix Object Factory defines static methods required to manipulate with fix objects.
| Constructor Summary | |
|---|---|
FixObjectFactory()
|
|
| Method Summary | |
|---|---|
static long |
getMessageChannel(String aMessageType)
Returns the message channel for the given message type |
static com.fxcm.entity.ICode |
getObjectType(IMessage aMsg)
Extracts object type from given message. |
static boolean |
isMsgReceiveOn(long aMsgFlags,
long aMsgCode)
Returns a boolean value if the message receive is on |
static ITransportable |
toObject(IMessage aMsg)
Creates fix object based on given message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixObjectFactory()
| Method Detail |
|---|
public static ITransportable toObject(IMessage aMsg)
null in case of fix class not found.
aMsg - Message to derive entity state from.
public static com.fxcm.entity.ICode getObjectType(IMessage aMsg)
null in case of fix class not found.
aMsg - Message to derive entity state from.
public static boolean isMsgReceiveOn(long aMsgFlags,
long aMsgCode)
aMsgFlags - MsgFlagsaMsgCode - MsgCode
public static long getMessageChannel(String aMessageType)
aMessageType - MessageType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||