Uses of Package
com.caplin.motif.fx.trading.orders.edit.event
-
Packages that use com.caplin.motif.fx.trading.orders.edit.event Package Description com.caplin.motif.fx.trading.orders.edit Classes and interfaces that relate to editing an existing order or order 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.edit.responder Classes used for sending events that relate to editing an existing order or order strategy. -
Classes in com.caplin.motif.fx.trading.orders.edit.event used by com.caplin.motif.fx.trading.orders.edit Class Description ClientCloseEvent An ClientCloseEvent, received when the client has submitted an a request to finish editing of an orderEditOpenEvent An EditOpenEvent, received when the client has submitted an a request for an Edit orderFailureType The enum used to describe the type of failure that has occurred when the client has made a save request that has failed.SaveEvent An event to notify the backend that a save has been requested by the client. -
Classes in com.caplin.motif.fx.trading.orders.edit.event used by com.caplin.motif.fx.trading.orders.edit.event Class Description FailureType The enum used to describe the type of failure that has occurred when the client has made a save request that has failed.StrategyEvent -
Classes in com.caplin.motif.fx.trading.orders.edit.event used by com.caplin.motif.fx.trading.orders.edit.responder Class Description ClientCloseAckEvent An event to notify the client that the request to finish editing of the strategy has been acknowledged by the backend.EditAcceptEvent An event to notify the client that the request to edit an existing order has been successfully accepted by the backend.EditOpenAckEvent An event to notify the client that the request to edit the strategy has been acknowledged by the backend.RefreshEvent An event to notify the client that the request to refresh an existing order has been accepted successfully by the backend.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.SaveAndCompleteEvent An event to notify the client that the edit order request has been saved, and that the session is closed.ValidationErrorEvent An event to notify the client that the request to modify an existing order has been rejected on validation by the backend.