Uses of Class
com.caplin.generated.motif.fx.orders.editstrategy.events.server.ValidationErrorTradeEvent
-
Uses of ValidationErrorTradeEvent in com.caplin.generated.motif.fx.orders.editstrategy
Modifier and TypeMethodDescription@NotNull ValidationErrorTradeEvent
EditStrategyTrade.createValidationErrorTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the ValidationError transition in the trade model of the adapter and client applicationTrade.sendEvent
@NotNull ValidationErrorTradeEvent
EditStrategyTrade.createValidationErrorTradeEvent
(@NotNull Message message) Create aTradeEvent
that can be passed to
to trigger the ValidationError transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
EditStrategyTrade.sendValidationErrorEvent
(@NotNull ValidationErrorTradeEvent event) Send aTradeEvent
to trigger the ValidationError transition in the trade model of the adapter and client application