Uses of Class
com.caplin.generated.motif.fx.trading.allocate.AllocateTrade
-
Packages that use AllocateTrade Package Description com.caplin.generated.motif.fx.trading.allocate com.caplin.generated.motif.fx.trading.allocate.events.server -
-
Uses of AllocateTrade in com.caplin.generated.motif.fx.trading.allocate
Methods in com.caplin.generated.motif.fx.trading.allocate with parameters of type AllocateTrade Modifier and Type Method Description default 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.Constructors in com.caplin.generated.motif.fx.trading.allocate with parameters of type AllocateTrade Constructor Description AllocateTradeListenerAdapter(AllocateTradeListener listener, AllocateTrade trade)
-
Uses of AllocateTrade in com.caplin.generated.motif.fx.trading.allocate.events.server
Constructors in com.caplin.generated.motif.fx.trading.allocate.events.server with parameters of type AllocateTrade Constructor Description AcceptWarningAckTradeEvent(AllocateTrade trade)
AllocateAckTradeEvent(AllocateTrade trade)
ClientCloseAckTradeEvent(AllocateTrade trade)
DetailsUpdateTradeEvent(AllocateTrade trade)
DetailsUpdateTradeEvent(AllocateTrade trade, Message msg)
ErrorTradeEvent(AllocateTrade trade)
ExecuteAckTradeEvent(AllocateTrade trade)
ExpireTradeEvent(AllocateTrade trade)
HoldTradeEvent(AllocateTrade trade)
PickUpTradeEvent(AllocateTrade trade)
PriceUpdateTradeEvent(AllocateTrade trade)
PriceUpdateTradeEvent(AllocateTrade trade, Message msg)
RejectTradeEvent(AllocateTrade trade)
SubmitAckTradeEvent(AllocateTrade trade)
TradeConfirmationTradeEvent(AllocateTrade trade)
TradeConfirmationTradeEvent(AllocateTrade trade, Message msg)
WarningTradeEvent(AllocateTrade trade)
WithdrawTradeEvent(AllocateTrade trade)
-