Uses of Class
com.caplin.motif.fx.trading.ResponderEvent
-
Packages that use ResponderEvent 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.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. -
-
Uses of ResponderEvent in com.caplin.motif.fx.trading
Subclasses of ResponderEvent in com.caplin.motif.fx.trading Modifier and Type Class Description class
ErrorEvent<T extends UserTrade>
An event that is sent once an error has occurred; which the frontend should be notified about.class
RejectEvent<T extends UserTrade>
An event that denotes that the trade has been rejected.Methods in com.caplin.motif.fx.trading with parameters of type ResponderEvent Modifier and Type Method Description void
Responder. respond(ResponderEvent event)
Sends a response for the event represented by specified ResponderEvent -
Uses of ResponderEvent in com.caplin.motif.fx.trading.allocation.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.allocation.event Modifier and Type Class 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. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.block.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.block.event Modifier and Type Class 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 expiredclass
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
Represents a Block Quote which is generally comprised of many legs.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. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.activestatechange.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.orders.activestatechange.event Modifier and Type Class Description class
OrderChangeStateAckEvent
Deprecated.class
OrderChangeStateConfirmEvent
Deprecated.class
OrderChangeStatePendingEvent
Deprecated.class
OrderChangeStateRejectEvent
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.bulkaction.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.orders.bulkaction.event Modifier and Type Class Description class
BulkOrderActionAckEvent
Deprecated.class
BulkOrderActionConfirmEvent
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.cancelation.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.orders.cancelation.event Modifier and Type Class Description class
OrderCancelAckEvent
Deprecated.class
OrderCancelConfirmEvent
Deprecated.class
OrderCancelPendingEvent
Deprecated.class
OrderCancelRejectEvent
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.edit.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.orders.edit.event Modifier and Type Class 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 orderclass
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 orderclass
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 UserTrade>
class
ValidationErrorEvent
An event to notify the client that the request to modify an existing order has been rejected on validation by the backend. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.submission.event
Subclasses of ResponderEvent in com.caplin.motif.fx.trading.orders.submission.event Modifier and Type Class Description class
OrderAcceptEvent
Deprecated.class
OrderAcceptingEvent
Deprecated.class
OrderSubmitAckEvent
Deprecated.
-