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 AllocateAckTradeEvent(AllocateTrade trade)
ClientCloseAckTradeEvent(AllocateTrade trade)
DetailsUpdateTradeEvent(AllocateTrade trade)
DetailsUpdateTradeEvent(AllocateTrade trade, Message msg)
ErrorTradeEvent(AllocateTrade trade)
HoldTradeEvent(AllocateTrade trade)
RejectTradeEvent(AllocateTrade trade)
WithdrawTradeEvent(AllocateTrade trade)
-