Uses of Class
com.caplin.generated.motif.fx.trading.drawdown.DrawdownTrade
-
Packages that use DrawdownTrade Package Description com.caplin.generated.motif.fx.trading.drawdown com.caplin.generated.motif.fx.trading.drawdown.events.server -
-
Uses of DrawdownTrade in com.caplin.generated.motif.fx.trading.drawdown
Methods in com.caplin.generated.motif.fx.trading.drawdown with parameters of type DrawdownTrade Modifier and Type Method Description default void
DrawdownTradeListener. onUnhandledTradeEvent(@NotNull DrawdownTrade 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.drawdown with parameters of type DrawdownTrade Constructor Description DrawdownTradeListenerAdapter(DrawdownTradeListener listener, DrawdownTrade trade)
-
Uses of DrawdownTrade in com.caplin.generated.motif.fx.trading.drawdown.events.server
Constructors in com.caplin.generated.motif.fx.trading.drawdown.events.server with parameters of type DrawdownTrade Constructor Description ClientCloseAckTradeEvent(DrawdownTrade trade)
CompleteTradeEvent(DrawdownTrade trade)
CompleteTradeEvent(DrawdownTrade trade, Message msg)
DetailsUpdateTradeEvent(DrawdownTrade trade)
DetailsUpdateTradeEvent(DrawdownTrade trade, Message msg)
ErrorTradeEvent(DrawdownTrade trade)
RejectTradeEvent(DrawdownTrade trade)
-