Uses of Class
com.caplin.generated.motif.fx.orders.ordersubmission.events.server.ErrorTradeEvent
-
Uses of ErrorTradeEvent in com.caplin.generated.motif.fx.orders.ordersubmission
Modifier and TypeMethodDescription@NotNull ErrorTradeEvent
OrderSubmissionTrade.createErrorTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the Error transition in the trade model of the adapter and client applicationTrade.sendEvent
@NotNull ErrorTradeEvent
OrderSubmissionTrade.createErrorTradeEvent
(@NotNull Message message) Create aTradeEvent
that can be passed to
to trigger the Error transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
OrderSubmissionTrade.sendErrorEvent
(@NotNull ErrorTradeEvent event) Send aTradeEvent
to trigger the Error transition in the trade model of the adapter and client application