Uses of Package
com.caplin.motif.fx.trading.block.event
-
Packages that use com.caplin.motif.fx.trading.block.event Package Description com.caplin.motif.fx.trading.block Classes and interfaces that relate to block trading.com.caplin.motif.fx.trading.block.event Classes representing the events that can happen during the block trade process.com.caplin.motif.fx.trading.block.responder Classes used for sending block trade events. -
Classes in com.caplin.motif.fx.trading.block.event used by com.caplin.motif.fx.trading.block Class Description BlockTradeExecuteEvent An event received when the client has submitted a BlockTrade to be executedBlockTradeSubmitEvent An event received when the client initiates a block trade -
Classes in com.caplin.motif.fx.trading.block.event used by com.caplin.motif.fx.trading.block.event Class Description BlockTradeLegConfirmation Contains the details of a successfully executed leg in a Block TradeBlockTradeNetInfo The netinfo for a Block Trade containing the dealt amount and contra amount.NettedLegExecution -
Classes in com.caplin.motif.fx.trading.block.event used by com.caplin.motif.fx.trading.block.responder Class Description BlockTradeClientCloseAckEvent An event to notify the client that the request to close the trade has been received by the backend.BlockTradeConfirmationEvent An event to notify the client that the trade has been executed using the values on the the event.BlockTradeExecuteAckEvent An event sent to the client to acknowledge that the submission to execute the trade has been received by the backend.BlockTradeExpiredEvent An event to notify the client that the trade has expiredBlockTradeHeldEvent An event to notify the client that a trade has been held by an auto trade or manual dealer.BlockTradePickUpEvent An event to notify the client that the trade is being processed by the backend.BlockTradePriceUpdateEvent Represents a Block Quote which is generally comprised of many legs.BlockTradeSubmitAckEvent An event to notify the client's request to initiate a block trade has been received by the backend.BlockTradeWithdrawEvent An event to notify the client that the trade has been withdrawn.