Package 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.
-
Class Summary Class Description ClientCloseAckEvent An event to notify the client that the request to finish editing of the strategy has been acknowledged by the backend.ClientCloseEvent An ClientCloseEvent, received when the client has submitted an a request to finish editing of an orderEditAcceptEvent 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.EditOpenEvent An EditOpenEvent, received when the client has submitted an a request for an Edit orderRefreshEvent 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.SaveEvent An event to notify the backend that a save has been requested by the client.StrategyEvent<T extends UserTrade> ValidationErrorEvent An event to notify the client that the request to modify an existing order has been rejected on validation by the backend. -
Enum Summary Enum 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.