Uses of Class
com.caplin.generated.motif.fx.trading.allocate.AllocateTrade
Package
Description
-
Uses of AllocateTrade in com.caplin.generated.motif.fx.trading.allocate
Modifier and TypeMethodDescriptiondefault void
AllocateTradeListener.onUnhandledTradeEvent
(@NotNull AllocateTrade trade, @NotNull com.caplin.trading.TradeEvent event) Called when an event is generated (usually as a result of a client action) that causes the Trade to transition from one state to another.ModifierConstructorDescriptionAllocateTradeListenerAdapter
(AllocateTradeListener listener, AllocateTrade trade) -
Uses of AllocateTrade in com.caplin.generated.motif.fx.trading.allocate.events.server
ModifierConstructorDescriptionDetailsUpdateTradeEvent
(AllocateTrade trade, Message msg) ErrorTradeEvent
(AllocateTrade trade) ExpireTradeEvent
(AllocateTrade trade) HoldTradeEvent
(AllocateTrade trade) PickUpTradeEvent
(AllocateTrade trade) PriceUpdateTradeEvent
(AllocateTrade trade, Message msg) RejectTradeEvent
(AllocateTrade trade) SubmitAckTradeEvent
(AllocateTrade trade) TradeConfirmationTradeEvent
(AllocateTrade trade, Message msg) WarningTradeEvent
(AllocateTrade trade) WarningTradeEvent
(AllocateTrade trade, Message msg) WithdrawTradeEvent
(AllocateTrade trade)