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