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