|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.custom.AFXCMMessage
com.fxcm.fix.custom.FXCMResponse
public class FXCMResponse
This class represents FXCMResponse response.
| Field Summary | |
|---|---|
static com.fxcm.entity.ICode |
OBJ_TYPE
Message type |
static String |
PARAMNAME_DASRESPONSE
|
| Fields inherited from class com.fxcm.fix.custom.AFXCMMessage |
|---|
RESPONSEECODING_DAS, RESPONSEECODING_DS, RESPONSEECODING_RE |
| Constructor Summary | |
|---|---|
FXCMResponse()
Default constructor. |
|
FXCMResponse(AFXCMMessage aMessage)
|
|
| Method Summary | |
|---|---|
boolean |
fill(IMessage aMsg)
Fills object state based on message state. |
String |
getRefMsgType()
|
com.fxcm.entity.ICode |
getType()
Obtains object type. |
void |
setRefMsgType(String aRefMsgType)
|
IMessage |
toMessage(String aSID,
String aTradingSessionID,
String aTradingSessionSubID,
String aRequestID,
int aOptions,
IMessageFactory aFactory)
Converts object to IMessage. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAMNAME_DASRESPONSE
public static final com.fxcm.entity.ICode OBJ_TYPE
| Constructor Detail |
|---|
public FXCMResponse()
public FXCMResponse(AFXCMMessage aMessage)
| Method Detail |
|---|
public com.fxcm.entity.ICode getType()
public String getRefMsgType()
public void setRefMsgType(String aRefMsgType)
public IMessage toMessage(String aSID,
String aTradingSessionID,
String aTradingSessionSubID,
String aRequestID,
int aOptions,
IMessageFactory aFactory)
AFXCMMessage
toMessage in interface ITransportabletoMessage in class AFXCMMessageaSID - user session IDaTradingSessionID - Trading Session ID, to alternate a value from object stateaTradingSessionSubID - Trading Session Sub ID, to alternate a value from object stateaRequestID - Request ID, to alternate a value from object stateaOptions - Set of options for message creation, reservedaFactory - message factory that is in use to process
null if creation failspublic boolean fill(IMessage aMsg)
AFXCMMessage
fill in interface ITransportablefill in class AFXCMMessageaMsg - message to get new state from
true if new state is OK; false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||