|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.CollInquiryStatusFactory
public class CollInquiryStatusFactory
Status of Collateral Inquiry
| Field Summary | |
|---|---|
static ICollInquiryStatus |
ACCEPTED
accepted inquiry, you will see this status when your collateral inquiry was entered into our system |
static ICollInquiryStatus |
COMPLETED
completed inquiry, you will see this status when your collateral inquiry request has completed its query |
static ICollInquiryStatus |
REJECTED
rejected inquiry, you will see this if your collateral inquiry was rejected by our system |
| Constructor Summary | |
|---|---|
CollInquiryStatusFactory()
|
|
| Method Summary | |
|---|---|
static ICollInquiryStatus |
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 ICollInquiryStatus ACCEPTED
public static final ICollInquiryStatus COMPLETED
public static final ICollInquiryStatus REJECTED
| Constructor Detail |
|---|
public CollInquiryStatusFactory()
| Method Detail |
|---|
public static ICollInquiryStatus toCode(int aCode)
aCode - COLLINQUIRYSTATUS_*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||