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