Uses of Class
com.caplin.motif.fx.trading.RejectEvent
-
Packages that use RejectEvent Package Description com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol. -
-
Uses of RejectEvent in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading with parameters of type RejectEvent Modifier and Type Method Description void
FXResponder. sendReject(RejectEvent<T> event)
Sends a message to the frontend to denote that the backend has rejected the trade sometime during the trade workflow
-