Uses of Class
com.caplin.generated.motif.fx.orders.posttradeallocation.PostTradeAllocationTrade
-
Packages that use PostTradeAllocationTrade Package Description com.caplin.generated.motif.fx.orders.posttradeallocation com.caplin.generated.motif.fx.orders.posttradeallocation.events.server -
-
Uses of PostTradeAllocationTrade in com.caplin.generated.motif.fx.orders.posttradeallocation
Methods in com.caplin.generated.motif.fx.orders.posttradeallocation with parameters of type PostTradeAllocationTrade Modifier and Type Method Description default void
PostTradeAllocationTradeListener. onUnhandledTradeEvent(@NotNull PostTradeAllocationTrade 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.orders.posttradeallocation with parameters of type PostTradeAllocationTrade Constructor Description PostTradeAllocationTradeListenerAdapter(PostTradeAllocationTradeListener listener, PostTradeAllocationTrade trade)
-
Uses of PostTradeAllocationTrade in com.caplin.generated.motif.fx.orders.posttradeallocation.events.server
Constructors in com.caplin.generated.motif.fx.orders.posttradeallocation.events.server with parameters of type PostTradeAllocationTrade Constructor Description AllocationConfirmationTradeEvent(PostTradeAllocationTrade trade)
ClientCloseAckTradeEvent(PostTradeAllocationTrade trade)
ErrorTradeEvent(PostTradeAllocationTrade trade)
ErrorTradeEvent(PostTradeAllocationTrade trade, Message msg)
HoldTradeEvent(PostTradeAllocationTrade trade)
PickUpTradeEvent(PostTradeAllocationTrade trade)
RejectTradeEvent(PostTradeAllocationTrade trade)
RejectTradeEvent(PostTradeAllocationTrade trade, Message msg)
SubmitAckTradeEvent(PostTradeAllocationTrade trade)
-