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