Package | Description |
---|---|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
com.caplin.motif.fx.trading.block |
Classes and interfaces that relate to block trading.
|
com.caplin.motif.fx.trading.block.responder |
Classes used for sending block trade events.
|
Constructor and Description |
---|
BlockQuote(BlockTradeNetInfo netInfo,
List<LegQuote> quotes,
BlockTrade blockTrade)
Constructs a BlockQuote with the specified quotes, and adds netted legs to the original ones
|
Modifier and Type | Method and Description |
---|---|
BlockTradeListener |
BlockTradeListenerFactory.createBlockTradeListener(BlockTrade trade)
Returns an instance of BlockTradeListener that will be notified
of incoming client side events regarding block trades.
|
Constructor and Description |
---|
BlockTradeClientCloseSentResponder(BlockTrade trade) |
BlockTradeExecutableResponder(BlockTrade trade)
Constructs a Responder that can respond from the PickUp state
for the BlockTrade trade model.
|
BlockTradeExecutedResponder(BlockTrade trade)
Constructs a Responder that can respond from the Submitted state
for the BlockTrade trade model.
|
BlockTradeExecuteSentResponder(BlockTrade trade)
Constructs a Responder that can send messages from the ExecuteSent
state for the BlockTrade trade model.
|
BlockTradeExpiredResponder(BlockTrade trade)
Constructs a Responder that can respond from states the send the
Expired Message
|
BlockTradePickedUpResponder(BlockTrade trade)
Constructs a Responder that can respond from the PickedUp state
for the BlockTrade trade model.
|
BlockTradeQueuedResponder(BlockTrade trade)
Constructs a Responder that can Respond from the Queue state.
|
BlockTradeQuoteResponder(BlockTrade trade)
Constructs a Responder that can respond from states that send
block trade quotes.
|
BlockTradeSubmittedResponder(BlockTrade trade)
Constructs a Responder that can respond from the Submitted state
for the BlockTrade trade model.
|
Copyright © 2015 Caplin Systems.