Uses of Interface
com.fxcm.messaging.IMessage

Packages that use IMessage
com.fxcm.fix   
com.fxcm.fix.admin   
com.fxcm.fix.custom   
com.fxcm.fix.custom.news   
com.fxcm.fix.custom.zdas   
com.fxcm.fix.entity   
com.fxcm.fix.other   
com.fxcm.fix.posttrade   
com.fxcm.fix.pretrade   
com.fxcm.fix.pretrade.inner   
com.fxcm.fix.trade   
com.fxcm.messaging   
 

Uses of IMessage in com.fxcm.fix
 

Methods in com.fxcm.fix that return IMessage
 IMessage ATradeTransportable.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage ATradeTransportable.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix with parameters of type IMessage
 boolean ATradeTransportable.fill(IMessage aMsg)
          Fills object state based on message state.
static com.fxcm.entity.ICode FixObjectFactory.getObjectType(IMessage aMsg)
          Extracts object type from given message.
static ITransportable FixObjectFactory.toObject(IMessage aMsg)
          Creates fix object based on given message.
 boolean ATradeTransportable.update(IMessage aMsg)
          Update object state based on message state.
 

Uses of IMessage in com.fxcm.fix.admin
 

Methods in com.fxcm.fix.admin that return IMessage
 IMessage Heartbeat.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage Logout.toMessage(String aSID, IMessageFactory aFactory)
           
 IMessage TestRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage Heartbeat.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage Logout.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage TestRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.admin with parameters of type IMessage
 boolean Heartbeat.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean Logout.fill(IMessage aMsg)
           
 boolean TestRequest.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean Heartbeat.update(IMessage aMsg)
          Update object state based on message state.
 boolean Logout.update(IMessage aMsg)
           
 boolean TestRequest.update(IMessage aMsg)
          Update object state based on message state.
 

Uses of IMessage in com.fxcm.fix.custom
 

Methods in com.fxcm.fix.custom that return IMessage
 IMessage[] ABatchMessage.getIMessages()
           
 IMessage ABatchMessage.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage AFXCMMessage.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage ABatchMessage.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage AFXCMMessage.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage FXCMRequestReject.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to message.
 IMessage FXCMResponse.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 

Methods in com.fxcm.fix.custom with parameters of type IMessage
 boolean ABatchMessage.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean AFXCMMessage.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean FXCMRequestReject.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean FXCMResponse.fill(IMessage aMsg)
           
 boolean ABatchMessage.update(IMessage aMsg)
           
 boolean AFXCMMessage.update(IMessage aMsg)
          Update object state based on message state.
 

Uses of IMessage in com.fxcm.fix.custom.news
 

Methods in com.fxcm.fix.custom.news that return IMessage
 IMessage FXCMNewsRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage FXCMNewsTopicRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage FXCMNewsTopicResponse.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage FXCMNewsRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage FXCMNewsTopicRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage FXCMNewsTopicResponse.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.custom.news with parameters of type IMessage
 boolean FXCMNewsRequest.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean FXCMNewsTopicRequest.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean FXCMNewsTopicResponse.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean FXCMNewsRequest.update(IMessage aMsg)
          Update object state based on message state.
 boolean FXCMNewsTopicRequest.update(IMessage aMsg)
          Update object state based on message state.
 boolean FXCMNewsTopicResponse.update(IMessage aMsg)
          Update object state based on message state.
 

Uses of IMessage in com.fxcm.fix.custom.zdas
 

Methods in com.fxcm.fix.custom.zdas that return IMessage
 IMessage DasMessage.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage DasMessage.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.custom.zdas with parameters of type IMessage
 boolean DasMessage.fill(IMessage aMsg)
          Fills object state based on message.
 boolean DasMessage.update(IMessage aMsg)
          Updates object state based on message.
 

Uses of IMessage in com.fxcm.fix.entity
 

Methods in com.fxcm.fix.entity that return IMessage
 IMessage MarketDataSnapshot.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage MarketDataSnapshot.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aMDEntryTypeSet, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.entity with parameters of type IMessage
 boolean MarketDataSnapshot.fill(IMessage aMsg)
          Recreates object state from given message.
 

Uses of IMessage in com.fxcm.fix.other
 

Methods in com.fxcm.fix.other that return IMessage
 IMessage BusinessMessageReject.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage UserRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage UserResponse.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage BusinessMessageReject.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage UserRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage UserResponse.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.other with parameters of type IMessage
 boolean BusinessMessageReject.fill(IMessage aMsg)
          Fills message state from message.
 boolean UserRequest.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean UserResponse.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean BusinessMessageReject.update(IMessage aMsg)
          Updates object state based on message
 boolean UserRequest.update(IMessage aMsg)
          Update object state based on message state.
 boolean UserResponse.update(IMessage aMsg)
          Update object state based on message state.
 

Uses of IMessage in com.fxcm.fix.posttrade
 

Methods in com.fxcm.fix.posttrade that return IMessage
 IMessage CollateralInquiry.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage CollateralInquiryAck.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage CollateralReport.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage RequestForPositions.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage RequestForPositionsAck.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage ClosedPositionReport.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage CollateralInquiry.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage CollateralInquiryAck.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage CollateralReport.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage PositionReport.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage RequestForPositions.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage RequestForPositionsAck.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.posttrade with parameters of type IMessage
 boolean ClosedPositionReport.fill(IMessage aMsg)
           
 boolean CollateralInquiry.fill(IMessage aMsg)
          Fills object state based on message.
 boolean CollateralInquiryAck.fill(IMessage aMsg)
           
 boolean CollateralReport.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean PositionReport.fill(IMessage aMsg)
           
 boolean RequestForPositions.fill(IMessage aMsg)
           
 boolean RequestForPositionsAck.fill(IMessage aMsg)
           
 boolean CollateralInquiry.update(IMessage aMsg)
          Updates object state based on message.
 boolean CollateralInquiryAck.update(IMessage aMsg)
           
 boolean CollateralReport.update(IMessage aMsg)
           
 boolean RequestForPositions.update(IMessage aMsg)
           
 boolean RequestForPositionsAck.update(IMessage aMsg)
           
 

Uses of IMessage in com.fxcm.fix.pretrade
 

Methods in com.fxcm.fix.pretrade that return IMessage
 IMessage EMail.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage MarketDataIncremental.toMessage(String aSID, IMessageFactory aFactory)
           
 IMessage MarketDataRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage MarketDataRequestReject.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage MarketDataSnapshot.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage News.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage Quote.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage QuoteCancel.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage QuoteRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage QuoteRequestReject.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage QuoteResponse.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage SecurityList.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage SecurityListRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage SecurityStatus.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage TradingSessionStatus.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage TradingSessionStatusRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage EMail.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage MarketDataIncremental.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage MarketDataRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage MarketDataRequestReject.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
abstract  IMessage MarketDataSnapshot.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aMDEntryTypeSet, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage News.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage Quote.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage QuoteCancel.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage QuoteRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage QuoteRequestReject.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage QuoteResponse.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage SecurityList.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage SecurityListRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage SecurityStatus.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage SecurityStatusRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage TradingSessionStatus.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage TradingSessionStatusRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.fix.pretrade with parameters of type IMessage
 boolean EMail.fill(IMessage aMsg)
           
 boolean MarketDataIncremental.fill(IMessage aMsg)
           
 boolean MarketDataRequest.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean MarketDataRequestReject.fill(IMessage aMsg)
          Fills object state based on message state.
abstract  boolean MarketDataSnapshot.fill(IMessage aMsg)
          Recreates object state from given message.
 boolean News.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean Quote.fill(IMessage aMsg)
           
 boolean QuoteCancel.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean QuoteRequest.fill(IMessage aMsg)
          Fills object state based on message.
 boolean QuoteRequestReject.fill(IMessage aMsg)
           
 boolean QuoteResponse.fill(IMessage aMsg)
           
 boolean SecurityList.fill(IMessage aMsg)
           
 boolean SecurityListRequest.fill(IMessage aMsg)
           
 boolean SecurityStatus.fill(IMessage aMsg)
           
 boolean SecurityStatusRequest.fill(IMessage aMsg)
           
 boolean TradingSessionStatus.fill(IMessage aMsg)
           
 boolean TradingSessionStatusRequest.fill(IMessage aMsg)
          Fills object state based on message state.
 boolean EMail.update(IMessage aMsg)
           
 boolean MarketDataIncremental.update(IMessage aMsg)
           
 boolean MarketDataRequest.update(IMessage aMsg)
          Update object state based on message state.
 boolean MarketDataRequestReject.update(IMessage aMsg)
          Update object state based on message state.
 boolean MarketDataSnapshot.update(IMessage aMsg)
          Updates object state based on given message.
 boolean News.update(IMessage aMsg)
          Update object state based on message state.
 boolean Quote.update(IMessage aMsg)
          Update object state based on message state.
 boolean QuoteCancel.update(IMessage aMsg)
          Update object state based on message state.
 boolean QuoteRequest.update(IMessage aMsg)
          Updates object state based on message.
 boolean QuoteRequestReject.update(IMessage aMsg)
           
 boolean QuoteResponse.update(IMessage aMsg)
          Update object state based on message state.
 boolean SecurityList.update(IMessage aMsg)
           
 boolean SecurityListRequest.update(IMessage aMsg)
           
 boolean SecurityStatus.update(IMessage aMsg)
           
 boolean TradingSessionStatus.update(IMessage aMsg)
           
 boolean TradingSessionStatusRequest.update(IMessage aMsg)
          Update object state based on message state.
 

Uses of IMessage in com.fxcm.fix.pretrade.inner
 

Methods in com.fxcm.fix.pretrade.inner that return IMessage
 IMessage MarketDataSnapshot.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aMDEntryTypeSet, IMessageFactory aFactory)
           
 

Methods in com.fxcm.fix.pretrade.inner with parameters of type IMessage
 boolean MarketDataSnapshot.fill(IMessage aMsg)
           
 boolean TradingSessionStatus.fill(IMessage aMsg)
           
 

Uses of IMessage in com.fxcm.fix.trade
 

Methods in com.fxcm.fix.trade that return IMessage
 IMessage OrderCancelReject.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage OrderList.toMessage(String aSID, IMessageFactory aFactory)
           
 IMessage OrderMassStatusRequest.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to message.
 IMessage ExecutionReport.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage OrderCancelReject.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage OrderCancelReplaceRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage OrderCancelRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage OrderList.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage OrderMassStatusRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage OrderSingle.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 IMessage OrderStatusRequest.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
           
 

Methods in com.fxcm.fix.trade with parameters of type IMessage
 boolean ExecutionReport.fill(IMessage aMsg)
           
 boolean OrderCancelReject.fill(IMessage aMsg)
           
 boolean OrderCancelReplaceRequest.fill(IMessage aMsg)
           
 boolean OrderCancelRequest.fill(IMessage aMsg)
           
 boolean OrderList.fill(IMessage aMsg)
           
 boolean OrderMassStatusRequest.fill(IMessage aMsg)
           
 boolean OrderSingle.fill(IMessage aMsg)
           
 boolean OrderStatusRequest.fill(IMessage aMsg)
           
 boolean OrderCancelReject.update(IMessage aMsg)
          Update object state based on message state.
 boolean OrderList.update(IMessage aMsg)
           
 boolean OrderMassStatusRequest.update(IMessage aMsg)
           
 

Uses of IMessage in com.fxcm.messaging
 

Methods in com.fxcm.messaging that return IMessage
 IMessage IMessageFactory.createMessage(IFieldGroup aGroup)
          Creates an empty IMessage object given the IFieldGroup
 IMessage IMessageFactory.createMessage(String aMsgType)
          Creates empty IMessage object with given message type.
 IMessage IMessageFactory.createMessage(String aSessionID, String aMsgType)
          Creates of empty IMessage object for given session and message type.
 IMessage ITransportable.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage TransportableContainer.toMessage(String aSID, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage ITransportable.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 IMessage TransportableContainer.toMessage(String aSID, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions, IMessageFactory aFactory)
          Converts object to IMessage.
 

Methods in com.fxcm.messaging with parameters of type IMessage
 boolean ITransportable.fill(IMessage aMsg)
          Fills object state based on message.
 boolean TransportableContainer.fill(IMessage aMsg)
          Fills object state based on message.
 String IUserSession.send(IMessage aMessage)
          Sends posts/sends an IMessage to a server to be delivered to all interested parties.
 boolean ITransportable.update(IMessage aMsg)
          Updates object state based on message.
 boolean TransportableContainer.update(IMessage aMsg)
          Updates object state based on message.
 void IUserMessageListener.update(IUserSession aSession, IMessage aMessage)
          Method update is invoked on arrival of IMessage messages


 

 



Copyright © 2012 FXCM, LLC. All Rights Reserved.