Uses of Interface
com.fxcm.messaging.ITransportable

Packages that use ITransportable
com.fxcm.external.api.transport   
com.fxcm.external.api.transport.listeners   
com.fxcm.fix   
com.fxcm.fix.admin   
com.fxcm.fix.custom   
com.fxcm.fix.custom.news   
com.fxcm.fix.custom.zdas   
com.fxcm.fix.other   
com.fxcm.fix.posttrade   
com.fxcm.fix.pretrade   
com.fxcm.fix.trade   
com.fxcm.messaging   
 

Uses of ITransportable in com.fxcm.external.api.transport
 

Methods in com.fxcm.external.api.transport with parameters of type ITransportable
 String IGateway.sendMessage(ITransportable aMessage)
          Send an aMessage to the FXCM server, an exception is raised if there is a problem sending the aMessage.
 

Uses of ITransportable in com.fxcm.external.api.transport.listeners
 

Methods in com.fxcm.external.api.transport.listeners with parameters of type ITransportable
 void IGenericMessageListener.messageArrived(ITransportable aMessage)
          receive a message.
 

Uses of ITransportable in com.fxcm.fix
 

Classes in com.fxcm.fix that implement ITransportable
 class ATradeTransportable
           
 

Methods in com.fxcm.fix that return ITransportable
static ITransportable FixObjectFactory.toObject(IMessage aMsg)
          Creates fix object based on given message.
 

Uses of ITransportable in com.fxcm.fix.admin
 

Classes in com.fxcm.fix.admin that implement ITransportable
 class Heartbeat
          Heartbeat, FIX 4-3.
 class Logout
          The Logout (5) message initiates or confirms the termination of a session.
 class TestRequest
          Test Request, FIX 4-3.
 

Uses of ITransportable in com.fxcm.fix.custom
 

Classes in com.fxcm.fix.custom that implement ITransportable
 class ABatchMessage
           
 class AFXCMMessage
           
 class BatchRequest
           
 class BatchResponse
           
 class FXCMRequest
          This class represents FXCMRequest request.
 class FXCMRequestReject
          Used to respond to FXCM Request, FXCM News Request, FXCM News Topic Request messages
 class FXCMResponse
          This class represents FXCMResponse response.
 

Methods in com.fxcm.fix.custom that return ITransportable
 ITransportable[] ABatchMessage.getITransportables()
           
 

Methods in com.fxcm.fix.custom with parameters of type ITransportable
 void ABatchMessage.addMessage(ITransportable aMessage)
           
 void BatchResponse.addResponse(ITransportable aMessage)
          Deprecated. use addMessage()
 

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

Classes in com.fxcm.fix.custom.news that implement ITransportable
 class FXCMNewsRequest
          This class represents FXCMNewsRequest message.
 class FXCMNewsTopicRequest
          This class represents FXCMNewsTopicRequest message.
 class FXCMNewsTopicResponse
          This class represents FXCMNewsTopicResponse message.
 

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

Classes in com.fxcm.fix.custom.zdas that implement ITransportable
 class DasMessage
          This entity represents message sent by MessageFeed.
 

Uses of ITransportable in com.fxcm.fix.other
 

Classes in com.fxcm.fix.other that implement ITransportable
 class BusinessMessageReject
          The Business Message Reject message can reject an application-level message which fulfills session-level rules and cannot be rejected via any other means
 class UserRequest
          UserRequest, FIX 4-4.
 class UserResponse
          UserRequest, FIX 4-4
 

Uses of ITransportable in com.fxcm.fix.posttrade
 

Classes in com.fxcm.fix.posttrade that implement ITransportable
 class ClosedPositionReport
           
 class CollateralInquiry
          Used to request CollateralReport(s) from server
 class CollateralInquiryAck
          Used to respond to a Collateral Inquiry in the following situations: - When the inquiry is otherwise valid but no collateral is found - When the inquiry is otherwise valid and collateral is found
 class CollateralReport
          Used to represent account status.
 class PositionReport
          A position report represents a trade
 class RequestForPositions
          Support of Position Management Clearing Services FXCM will use this message to report about Open Positions
 class RequestForPositionsAck
          This is used as a response to request for positions
 

Uses of ITransportable in com.fxcm.fix.pretrade
 

Classes in com.fxcm.fix.pretrade that implement ITransportable
 class EMail
          The email message is similar to the format and purpose of the News message, however, it is intended for private use between two parties.
 class MarketDataIncremental
           
 class MarketDataRequest
          Market Data Request, FIX 4-3 with historical snapshots.
 class MarketDataRequestReject
          Market Data Request Reject, FIX 4-4.
 class MarketDataSnapshot
          Market Data Snapshot Full Refresh, FIX 4-3 with historical snapshots.
 class News
          This class represents News response.
 class Quote
           The Quote message is used as the response to a Quote Request or a Quote Response message in both indicative, tradeable, and restricted tradeable quoting markets.
 class QuoteCancel
          QuoteCancel - sent to notify price consumers that quote(s) are inactive.
 class QuoteRequest
          not in use currently
 class QuoteRequestReject
          not in use currently
 class QuoteResponse
          The Quote Response message is used to respond to a Quote message.
 class SecurityList
          The Security List (y) message is used to return a list of securities that matches the criteria specified in a Security List Request (x) .
 class SecurityListRequest
           
 class SecurityStatus
          Represent a currency status
 class SecurityStatusRequest
          The Security Status Request (e) message provides for the ability to request the status of a security.
 class TradingSessionStatus
          The Trading Session Status provides information on the status of a market.
 class TradingSessionStatusRequest
          Trading Session Status Request FIX 4.4
 

Uses of ITransportable in com.fxcm.fix.trade
 

Classes in com.fxcm.fix.trade that implement ITransportable
 class ExecutionReport
          ExecutionReport - sent to notify the customer about the status of the order The execution report message is used to: 1. confirm the receipt of an order 2. confirm changes to an existing order (i.e. accept cancel and replace requests) 3. relay order status information 4. relay fill information on working orders 6. reject orders 7. report post-trade fees calculations associated with a trade Each execution report contains two fields which are used to communicate both the current state of the order as understood by the broker (OrdStatus) and the purpose of the message (ExecType).
 class OrderCancelReject
           The order cancel reject message is issued by the broker upon receipt of a cancel request or cancel/replace request message which cannot be honored.
 class OrderCancelReplaceRequest
          The order cancel/replace request is used to change the parameters of an existing order.
 class OrderCancelRequest
          The order cancel request message requests the cancelation of all of the remaining quantity of an existing order.
 class OrderList
          List of OrderSingle messages
 class OrderMassStatusRequest
          The order mass status request message requests the status for orders matching criteria specified within the request.
 class OrderSingle
          OrderSingle is used to send orders to the system
 class OrderStatusRequest
          The order status request (H) message is used by the institution to generate an order status message back from the broker.
 

Uses of ITransportable in com.fxcm.messaging
 

Classes in com.fxcm.messaging that implement ITransportable
 class TransportableContainer
           
 

Methods in com.fxcm.messaging that return ITransportable
 ITransportable TransportableContainer.getTransportable()
           
 

Methods in com.fxcm.messaging with parameters of type ITransportable
 void IUserTransportableListener.update(IUserSession aSession, ITransportable aMessage)
          Method update is invoked on arrival of ITransportable messages
 
 

Constructors in com.fxcm.messaging with parameters of type ITransportable
TransportableContainer(ITransportable aObject, String aTradingSessionID, String aTradingSessionSubID, String aRequestID, int aOptions)
           
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.