|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.external.api.util.MessageAnalyzer
public class MessageAnalyzer
| Constructor Summary | |
|---|---|
MessageAnalyzer()
|
|
| Method Summary | |
|---|---|
static boolean |
isLimitOrder(ExecutionReport aExe)
Determine if Execution Report is a limit order |
static boolean |
isOpenOrder(ExecutionReport aExe)
Determine if Execution Report is an open order |
static boolean |
isStopLimitCloseOrder(ExecutionReport aExe)
Determine if Execution Report is a stop/limit close order |
static boolean |
isStopLimitEntryOrder(ExecutionReport aExe)
Determine if Execution Report is a stop/limit entry order |
static boolean |
isStopOrder(ExecutionReport aExe)
Determine if Execution Report is a stop order |
static boolean |
isTrailingStopCloseOrder(ExecutionReport aExe)
Determine if Execution Report is a trailing stop order |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageAnalyzer()
| Method Detail |
|---|
public static boolean isLimitOrder(ExecutionReport aExe)
aExe - the reference object
true if this object argument is; false otherwise.public static boolean isOpenOrder(ExecutionReport aExe)
aExe - the reference object
true if this object argument is; false otherwise.public static boolean isStopLimitCloseOrder(ExecutionReport aExe)
aExe - the reference object
true if this object argument is; false otherwise.public static boolean isStopLimitEntryOrder(ExecutionReport aExe)
aExe - the reference object
true if this object argument is; false otherwise.public static boolean isStopOrder(ExecutionReport aExe)
aExe - the reference object
true if this object argument is; false otherwise.public static boolean isTrailingStopCloseOrder(ExecutionReport aExe)
aExe - the reference object
true if this object argument is; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||