|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fxcm.fix.pretrade.MarketDataIncremental
public class MarketDataIncremental
| Field Summary | |
|---|---|
static com.fxcm.entity.ICode |
OBJ_TYPE
|
| Constructor Summary | |
|---|---|
MarketDataIncremental()
|
|
| Method Summary | |
|---|---|
void |
addMDEntry(MarketDataEntryIncremental aMarketDataEntryIncremental)
|
boolean |
fill(IMessage aMsg)
Fills object state based on message. |
long |
getMakingTime()
Return the time when this instance of ITransportable object was made |
MarketDataEntryIncremental[] |
getMDEntries()
|
String |
getMDReqID()
|
String |
getRequestID()
Obtains the Request ID on this object |
String |
getTradingSessionID()
Obtains the Trading Session ID |
String |
getTradingSessionSubID()
Obtains the Trading Session Sub ID |
com.fxcm.entity.ICode |
getType()
Obtains object type. |
boolean |
isValid()
Validates object state. |
void |
removeMDEntry(MarketDataEntryIncremental aMarketDataEntryIncremental)
|
void |
setMDReqID(String aMDReqID)
|
IMessage |
toMessage(String aSID,
IMessageFactory aFactory)
Converts object to IMessage. |
IMessage |
toMessage(String aSID,
String aTradingSessionID,
String aTradingSessionSubID,
String aRequestID,
int aOptions,
IMessageFactory aFactory)
Converts object to IMessage. |
boolean |
update(IMessage aMsg)
Updates object state based on message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final com.fxcm.entity.ICode OBJ_TYPE
| Constructor Detail |
|---|
public MarketDataIncremental()
| Method Detail |
|---|
public void addMDEntry(MarketDataEntryIncremental aMarketDataEntryIncremental)
public boolean fill(IMessage aMsg)
ITransportable
fill in interface ITransportableaMsg - message to get new state from
true if succeeded, false otherwise.public long getMakingTime()
ITransportable
getMakingTime in interface ITransportablepublic MarketDataEntryIncremental[] getMDEntries()
public String getMDReqID()
public void setMDReqID(String aMDReqID)
public String getRequestID()
ITransportable
getRequestID in interface ITransportablepublic String getTradingSessionID()
ITransportable
getTradingSessionID in interface ITransportablepublic String getTradingSessionSubID()
ITransportable
getTradingSessionSubID in interface ITransportablepublic com.fxcm.entity.ICode getType()
ITransportable
getType in interface ITransportablepublic boolean isValid()
ITransportable
isValid in interface ITransportabletrue if object state is valid, false otherwise.public void removeMDEntry(MarketDataEntryIncremental aMarketDataEntryIncremental)
public IMessage toMessage(String aSID,
IMessageFactory aFactory)
ITransportable
toMessage in interface ITransportableaSID - user session IDaFactory - message factory that is in use to process
null if creation fails
public IMessage toMessage(String aSID,
String aTradingSessionID,
String aTradingSessionSubID,
String aRequestID,
int aOptions,
IMessageFactory aFactory)
ITransportable
toMessage in interface ITransportableaSID - 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 update(IMessage aMsg)
ITransportable
update in interface ITransportableaMsg - message to get udpated state from
true if succeeded, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||