Package | Description |
---|---|
com.caplin.motif.fx.trading |
Parent package with classes that relate to FX trading in general but no specific trading protocol.
|
com.caplin.motif.fx.trading.allocation.event |
Classes representing the events that can happen during the post-trade allocation process.
|
com.caplin.motif.fx.trading.block.event |
Classes representing the events that can happen during the block trade process.
|
com.caplin.motif.fx.trading.esp.event |
Classes representing the events that can happen during an ESP trade.
|
com.caplin.motif.fx.trading.orders.activestatechange.event |
Events that can happen during activation or deactivation of a previously submitted order or strategy.
|
com.caplin.motif.fx.trading.orders.bulkaction.event |
Events that can happen during bulk order action.
|
com.caplin.motif.fx.trading.orders.cancelation.event |
Classes that represent the events that can happen during a request for cancelation of an order or strategy.
|
com.caplin.motif.fx.trading.orders.edit.event |
Classes that represent the events that can happen during an attempt to edit an existing order or order strategy.
|
com.caplin.motif.fx.trading.orders.submission.event |
Classes that represent the events that can happen during submission of an order strategy.
|
com.caplin.motif.fx.trading.rfs.event |
Classes representing the events that can happen during an RFS trade.
|
com.caplin.motif.trading |
Classes that relate to trading in general but not specifically the FX asset class.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorEvent<T extends MotifTrade>
An event that is sent once an error has occurred; which the frontend should be notified about.
|
class |
RejectEvent<T extends MotifTrade>
An event that denotes that the trade has been rejected.
|
Modifier and Type | Class and Description |
---|---|
class |
AllocationClientCloseAckEvent
An event that should be sent to denote that the client's close request has been
successful.
|
class |
AllocationConfirmationEvent
An event that should be sent to notify the client that the allocation was successful.
|
class |
AllocationPickUpEvent
An event that should be sent when the allocation has been picked up by the
trading system or by a manual trader.
|
class |
AllocationSubmitAckEvent
An event that notifies the client that the allocation has been received.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTradeClientCloseAckEvent
An event to notify the client that the request to close the trade has been
received by the backend.
|
class |
BlockTradeConfirmationEvent
An event to notify the client that the trade has been executed using the
values on the the event.
|
class |
BlockTradeExecuteAckEvent
An event sent to the client to acknowledge that the submission to execute the
trade has been received by the backend.
|
class |
BlockTradeExpiredEvent
An event to notify the client that the trade has expired
|
class |
BlockTradeHeldEvent
An event to notify the client that a trade has been held by an auto trade
or manual dealer.
|
class |
BlockTradePickUpEvent
An event to notify the client that the trade is being processed by the
backend.
|
class |
BlockTradePriceUpdateEvent
An event to send to the client a block trade quote.
|
class |
BlockTradeSubmitAckEvent
An event to notify the client's request to initiate a block trade has been
received by the backend.
|
class |
BlockTradeWithdrawEvent
An event to notify the client that the trade has been withdrawn.
|
Modifier and Type | Class and Description |
---|---|
class |
ESPClientCloseAckEvent
An event sent to notify the client that it's request to cancel has been accepted
by the backend.
|
class |
ESPPickUpEvent
An event sent to notify the client that the trade submission is being
processed by the backend.
|
class |
ESPSubmitAckEvent
An event to notify the client that the trade submission has been received.
|
class |
ESPTradeConfirmationEvent
An event sent to notify the client that the trade has been executed
|
class |
ESPTradeHeldEvent
An event sent to notify the client that the trade has been held.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderChangeStateAckEvent
An event to notify the client that the submission of the order change state
has been received by the backend.
|
class |
OrderChangeStateConfirmEvent
An event to notify the client that the request to change the state of an
existing order has been successfully processed by the backend.
|
class |
OrderChangeStatePendingEvent
An event to notify the client that the change state request is currently
being processed by the backend, and is in the pending state.
|
class |
OrderChangeStateRejectEvent
An event to notify the client that the request to change the state of the order
has been rejected by the backend.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkOrderActionAckEvent
An event to notify the client that the submission of the bulk order action has been received by the backend.
|
class |
BulkOrderActionConfirmEvent
An event to notify the client that the request for bulk
order action is being processed by the backend.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderCancelAckEvent
An event to notify the client that the request to cancel an existing order
has been received by the backend.
|
class |
OrderCancelConfirmEvent
An event to notify the client that the request to cancel an existing
order has been successfully executed by the backend trading system.
|
class |
OrderCancelPendingEvent
An event to notify the client that the request to cancel an existing order
is currently pending completion in the backend trading system.
|
class |
OrderCancelRejectEvent
An event to notify the client the request to cancel an existing order
has been rejected by the backend trading system
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCloseAckEvent
An event to notify the client that the request to finish editing of the strategy has been acknowledged by the backend.
|
class |
ClientCloseEvent
An ClientCloseEvent, received when the client has submitted an a request to finish editing of an order
|
class |
EditAcceptEvent
An event to notify the client that the request to edit an existing
order has been successfully accepted by the backend.
|
class |
EditOpenAckEvent
An event to notify the client that the request to edit the strategy has been acknowledged by the backend.
|
class |
EditOpenEvent
An EditOpenEvent, received when the client has submitted an a request for an Edit order
|
class |
RefreshEvent
An event to notify the client that the request to refresh an existing
order has been accepted successfully by the backend.
|
class |
SaveAcceptEvent
An event to notify the client that the request to save the modifications on an existing
strategy has been completed successfully by the backend.
|
class |
SaveAndCompleteEvent
An event to notify the client that the edit order request has been saved, and
that the session is closed.
|
class |
SaveEvent
An event to notify the backend that a save has been requested by the client.
|
class |
StrategyEvent<T extends MotifTrade> |
class |
ValidationErrorEvent
An event to notify the client that the request to modify an existing
order has been rejected on validation by the backend.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderAcceptEvent
An event to notify the client that the submission of the order or order strategy
has been completed, and the order (or orders) is now active.
|
class |
OrderAcceptingEvent
An event to notify the client that the submitted order is accepting.
|
class |
OrderSubmitAckEvent
An event to notify the client that the order submission has been
received.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableRFSTradeConfirmationEvent |
class |
PriceUpdateEvent<T extends MotifTrade> |
class |
RFSClientCloseAckEvent
An event sent to notify the frontend that the their close request has been
acknowledged.
|
class |
RFSExecuteAckEvent
An event sent to notify the frontend that the their execute request has been
acknowledged.
|
class |
RFSExpiredEvent
An event sent to notify the frontend that the RFS Quote has expired.
|
class |
RFSPickUpEvent
An event sent to notify the frontend that the RFS Quote request has been picked up
by an auto trade or manual dealer.
|
class |
RFSPriceUpdateEvent
An event sent to notify the frontend of the quote values for an RFS Quote.
|
class |
RFSSubmitAckEvent
An event sent to notify the frontend that the Submit message has been received.
|
class |
RFSTradeConfirmationEvent
An event sent to notify the frontend the trade has been confirmed by the backend
trading system.
|
class |
RFSTradeHeldEvent
An event sent to notify the frontend that the Quote has been held for an
RFS Trade.
|
class |
RFSWithdrawEvent
An event sent to notify the frontend that the quote stream has been withdrawn for an
RFS Trade.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableResponderEvent |
class |
ResponderEvent<T extends MotifTrade>
It is preferable to use
ImmutableResponderEvent instead.An event that will be sent from a particular Responder . |
Modifier and Type | Method and Description |
---|---|
void |
Responder.respond(BaseResponderEvent event)
Sends a response for the event represented by specified ResponderEvent
|
Copyright © 2015 Caplin Systems.