Uses of Class
com.caplin.generated.motif.fx.orders.bulkordersubmission.events.server.AcceptTradeEvent
-
Uses of AcceptTradeEvent in com.caplin.generated.motif.fx.orders.bulkordersubmission
Modifier and TypeMethodDescription@NotNull AcceptTradeEvent
BulkOrderSubmissionTrade.createAcceptTradeEvent()
Create aTradeEvent
that can be passed to
to trigger the Accept transition in the trade model of the adapter and client applicationTrade.sendEvent
@NotNull AcceptTradeEvent
BulkOrderSubmissionTrade.createAcceptTradeEvent
(@NotNull Message message) Create aTradeEvent
that can be passed to
to trigger the Accept transition in the trade model of the adapter and client applicationTrade.sendEvent
Modifier and TypeMethodDescriptionvoid
BulkOrderSubmissionTrade.sendAcceptEvent
(@NotNull AcceptTradeEvent event) Send aTradeEvent
to trigger the Accept transition in the trade model of the adapter and client application