Package | Description |
---|---|
com.caplin.motif.fx.trading.rfs |
Classes and interfaces that relate to RFS (Request For Stream) trading.
|
com.caplin.motif.fx.trading.rfs.event |
Classes representing the events that can happen during an RFS trade.
|
com.caplin.motif.fx.trading.rfs.responder |
Classes used for sending RFS trade events.
|
Modifier and Type | Method and Description |
---|---|
RFSTradeListener |
RFSTradeListenerFactory.createRFSTradeListener(RFSTrade trade)
Returns an instance of RFSTradeListener for the specified RFSTrade instance
that will be notified of incoming client side events.
|
Constructor and Description |
---|
RFSExecuteTranslator(RFSTradeListener listener,
FXTradingType tradingType,
RFSTrade rfsTrade) |
Modifier and Type | Method and Description |
---|---|
protected void |
ImmutableRFSTradeConfirmationEvent.addTransparentFields(RFSTrade trade) |
Constructor and Description |
---|
ClientCloseSentResponder(RFSTrade trade)
Constructs a responder used for sending events from the ClientCloseSent state.
|
ExecutableResponder(RFSTrade trade)
Constructs a Responder that can respond from the Executable state for the
RFS trade model.
|
ExecutedResponder(RFSTrade trade)
Constructs a Responder that can respond from the Executed state for the
RFS trade model.
|
ExecuteSentResponder(RFSTrade trade) |
ExpiredResponder(RFSTrade trade)
Consctructs a Responder that can respond from states that send the
Expired event.
|
PickedUpResponder(RFSTrade trade)
Constructs a Responder that can respond from the PickedUp state for the
RFS trade model.
|
QueuedResponder(RFSTrade trade)
Constructs a Responder that can respond from the Queued state for the
RFS trade model.
|
QuoteResponder(RFSTrade trade)
Constructs a Responder that can respond from states that send
quotes, for the RFS Trade Model.
|
SubmittedResponder(RFSTrade trade)
Constructs a responder used for sending events from the Submitted state.
|
Copyright © 2015 Caplin Systems.