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