|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.CxlRejReasonFactory
public class CxlRejReasonFactory
Code to identify reason for cancel rejection.
| Field Summary | |
|---|---|
static ICxlRejReason |
OTHER
Other unspecified reject reason |
static ICxlRejReason |
TOO_LATE_TO_CANCEL
Too late to cancel reject reason, |
static ICxlRejReason |
UNKNOWN_ORDER
Unknown order reject reason |
| Constructor Summary | |
|---|---|
CxlRejReasonFactory()
|
|
| Method Summary | |
|---|---|
static ICxlRejReason |
toCode(int aCode)
Converts a status code to a fix object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ICxlRejReason TOO_LATE_TO_CANCEL
public static final ICxlRejReason UNKNOWN_ORDER
public static final ICxlRejReason OTHER
| Constructor Detail |
|---|
public CxlRejReasonFactory()
| Method Detail |
|---|
public static ICxlRejReason toCode(int aCode)
aCode - CXLREJREASON_*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||