Uses of Class
com.caplin.generated.motif.fx.trading.salesintervention.events.server.TradeConfirmedTradeEvent
-
Uses of TradeConfirmedTradeEvent in com.caplin.generated.motif.fx.trading.salesintervention
Modifier and TypeMethodDescription@NotNull TradeConfirmedTradeEvent
SalesInterventionTrade.createTradeConfirmedTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the TradeConfirmed transition in the trade model of the adapter and client applicationTrade.sendEvent
@NotNull TradeConfirmedTradeEvent
SalesInterventionTrade.createTradeConfirmedTradeEvent
(@NotNull Message message) Create aTradeEvent
that can be passed to
to trigger the TradeConfirmed transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
SalesInterventionTrade.sendTradeConfirmedEvent
(@NotNull TradeConfirmedTradeEvent event) Send aTradeEvent
to trigger the TradeConfirmed transition in the trade model of the adapter and client application