public class BlockTradePriceUpdateEvent extends PriceUpdateEvent<BlockTrade>
An event to send to the client a block trade quote.
A Quote can be sent from:
BlockTradeQuoteResponder.sendPriceUpdate(BlockTradePriceUpdateEvent)
or
BlockTradeQuoteResponder.sendPriceUpdate(BlockTradePriceUpdateEvent)
If possible, prefer to use callbacks using the FXQuote over BlockTradeQuoteEvent
OVERALL_TIME_OUT, PRICE_UPDATE
fields
Constructor and Description |
---|
BlockTradePriceUpdateEvent(FXQuote quote)
Instantiates a BlockTradeQuoteEvent
|
BlockTradePriceUpdateEvent(FXQuote quote,
int timeout)
Instantiates a BlockTradeQuoteEvent
|
public BlockTradePriceUpdateEvent(FXQuote quote)
quote
- the fxQuotepublic BlockTradePriceUpdateEvent(FXQuote quote, int timeout)
quote
- the fxQuotetimeout
- the timeout when the quote will expireCopyright © 2015 Caplin Systems.