Uses of Class
com.caplin.generated.motif.mm.trading.mmrfscore.events.server.TradeConfirmationTradeEvent
Package
Description
-
Uses of TradeConfirmationTradeEvent in com.caplin.generated.motif.mm.trading.mmposttrade
Modifier and TypeMethodDescription@NotNull TradeConfirmationTradeEvent
MMPostTradeTrade.createTradeConfirmationTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the TradeConfirmation transition in the trade model of the adapter and client applicationTrade.sendEvent
@NotNull TradeConfirmationTradeEvent
MMPostTradeTrade.createTradeConfirmationTradeEvent
(@NotNull Message message) Create aTradeEvent
that can be passed to
to trigger the TradeConfirmation transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
MMPostTradeTrade.sendTradeConfirmationEvent
(@NotNull TradeConfirmationTradeEvent event) Send aTradeEvent
to trigger the TradeConfirmation transition in the trade model of the adapter and client application -
Uses of TradeConfirmationTradeEvent in com.caplin.generated.motif.mm.trading.mmrfs
Modifier and TypeMethodDescription@NotNull TradeConfirmationTradeEvent
MMRFSTrade.createTradeConfirmationTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the TradeConfirmation transition in the trade model of the adapter and client applicationTrade.sendEvent
@NotNull TradeConfirmationTradeEvent
MMRFSTrade.createTradeConfirmationTradeEvent
(@NotNull Message message) Create aTradeEvent
that can be passed to
to trigger the TradeConfirmation transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
MMRFSTrade.sendTradeConfirmationEvent
(@NotNull TradeConfirmationTradeEvent event) Send aTradeEvent
to trigger the TradeConfirmation transition in the trade model of the adapter and client application -
Uses of TradeConfirmationTradeEvent in com.caplin.generated.motif.mm.trading.mmrfs.events.server
Modifier and TypeClassDescriptionclass
A single event acting on a MMRFSTrade. -
Uses of TradeConfirmationTradeEvent in com.caplin.generated.motif.mm.trading.mmrfscore
Modifier and TypeMethodDescriptionMMRFSCoreTrade.createTradeConfirmationTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the TradeConfirmation transition in the trade model of the adapter and client applicationTrade.sendEvent
MMRFSCoreTrade.createTradeConfirmationTradeEvent
(Message message) Create aTradeEvent
that can be passed to
to trigger the TradeConfirmation transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
MMRFSCoreTrade.sendTradeConfirmationEvent
(TradeConfirmationTradeEvent event) Send aTradeEvent
to trigger the TradeConfirmation transition in the trade model of the adapter and client application