Uses of Class
com.caplin.generated.motif.fx.trading.rfscore.events.server.RejectTradeEvent
Package
Description
-
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.allocate
Modifier and TypeMethodDescription@NotNull RejectTradeEvent
AllocateTrade.createRejectTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the Reject transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
AllocateTrade.sendRejectEvent
(@NotNull RejectTradeEvent event) Send aTradeEvent
to trigger the Reject transition in the trade model of the adapter and client application -
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.allocate.events.server
Modifier and TypeClassDescriptionclass
A single event acting on a AllocateTrade. -
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.amend
Modifier and TypeMethodDescription@NotNull RejectTradeEvent
AmendTrade.createRejectTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the Reject transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
AmendTrade.sendRejectEvent
(@NotNull RejectTradeEvent event) Send aTradeEvent
to trigger the Reject transition in the trade model of the adapter and client application -
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.amend.events.server
-
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.rfs
Modifier and TypeMethodDescription@NotNull RejectTradeEvent
RFSTrade.createRejectTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the Reject transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
RFSTrade.sendRejectEvent
(@NotNull RejectTradeEvent event) Send aTradeEvent
to trigger the Reject transition in the trade model of the adapter and client application -
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.rfs.events.server
-
Uses of RejectTradeEvent in com.caplin.generated.motif.fx.trading.rfscore
Modifier and TypeMethodDescriptionRFSCoreTrade.createRejectTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the Reject transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
RFSCoreTrade.sendRejectEvent
(RejectTradeEvent event) Send aTradeEvent
to trigger the Reject transition in the trade model of the adapter and client application