Uses of Class
com.caplin.motif.fx.trading.ResponderEvent
Package
Description
Parent package with classes that relate to FX trading in general but no specific trading protocol.
Classes representing the events that can happen during the post-trade allocation process.
Classes representing the events that can happen during the block trade process.
Events that can happen during activation or deactivation of a previously submitted order or strategy.
Events that can happen during bulk order action.
Classes that represent the events that can happen during a request for cancelation of an order or strategy.
Classes that represent the events that can happen during an attempt to edit an existing order or order strategy.
Classes that represent the events that can happen during submission of an order strategy.
-
Uses of ResponderEvent in com.caplin.motif.fx.trading
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.block.event
Modifier and TypeClassDescriptionclass
An event to notify the client that the request to close the trade has been received by the backend.class
An event to notify the client that the trade has been executed using the values on the the event.class
An event sent to the client to acknowledge that the submission to execute the trade has been received by the backend.class
An event to notify the client that the trade has expiredclass
An event to notify the client that a trade has been held by an auto trade or manual dealer.class
An event to notify the client that the trade is being processed by the backend.class
Represents a Block Quote which is generally comprised of many legs.class
An event to notify the client's request to initiate a block trade has been received by the backend.class
An event to notify the client that the trade has been withdrawn. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.activestatechange.event
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.bulkaction.event
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.cancelation.event
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of ResponderEvent in com.caplin.motif.fx.trading.orders.edit.event
Modifier and TypeClassDescriptionclass
An event to notify the client that the request to finish editing of the strategy has been acknowledged by the backend.class
An ClientCloseEvent, received when the client has submitted an a request to finish editing of an orderclass
An event to notify the client that the request to edit an existing order has been successfully accepted by the backend.class
An event to notify the client that the request to edit the strategy has been acknowledged by the backend.class
An EditOpenEvent, received when the client has submitted an a request for an Edit orderclass
An event to notify the client that the request to refresh an existing order has been accepted successfully by the backend.class
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
An event to notify the client that the edit order request has been saved, and that the session is closed.class
An event to notify the backend that a save has been requested by the client.class
StrategyEvent<T extends UserTrade>
class
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
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.