Uses of Class
com.caplin.motif.fx.trading.ErrorEvent
-
Packages that use ErrorEvent 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.orders.edit.responder Classes used for sending events that relate to editing an existing order or order strategy. -
-
Uses of ErrorEvent in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading with parameters of type ErrorEvent Modifier and Type Method Description void
FXResponder. sendError(ErrorEvent<T> event)
Sends a message to the frontend to denote that an error has occurred during the trade workflow. -
Uses of ErrorEvent in com.caplin.motif.fx.trading.orders.edit.responder
Methods in com.caplin.motif.fx.trading.orders.edit.responder with parameters of type ErrorEvent Modifier and Type Method Description void
BaseErrorResponder. sendError(ErrorEvent<T> event)
Sends an ErrorEvent containing an error message and error code
-