Package | Description |
---|---|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
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.
|
com.caplin.motif.fx.trading.rfs.event |
Classes representing the events that can happen during an RFS trade.
|
com.caplin.motif.fx.trading.rfs.responder |
Classes used for sending RFS trade events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FwdQuote
A forward quote, which is comprised of one or more of a bid rate, ask rate and mid rate.
|
interface |
LegQuote |
interface |
SalesFwdQuote
A forward quote, which is comprised of one or more of a bid rate, ask rate and mid rate.
|
interface |
SalesSpotQuote
A sales spot quote, which is comprised of one or more of a bid rate, ask rate and mid rate and the default margins.
|
interface |
SalesSwapFwdQuote
A forward quote, which is comprised of one or more of a bid rate, ask rate and mid rate.
|
interface |
SalesSwapLegQuote |
interface |
SalesSwapSpotQuote
A spot quote, which is comprised of one or more of a bid rate, ask rate and mid rate.
|
interface |
SpotQuote
A spot quote, which is comprised of one or more of a bid rate, ask rate and mid rate.
|
interface |
SwapFwdQuote
A forward quote intended to be used as one of the legs on a swap trade.
|
interface |
SwapLegQuote
Parent class for types of quote that can be used as part of a swap quote, specifically
SwapSpotQuote and SwapFwdQuote . |
interface |
SwapSpotQuote
A spot quote intended to be used as one of the legs on a swap trade.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLegQuote
|
class |
AbstractSwapLegQuote |
class |
BlockQuote
Represents a Block Quote which is generally comprised of many legs.
|
class |
ESPQuote<T extends AbstractSubjectInfo>
An ESPQuote contains all values required for sending
Executable Streaming Prices.
|
static class |
SalesSpotQuoteBuilder.SalesSpotQuoteImpl |
class |
SalesSwapQuote
Represents a Swap Quote which is generally comprised of a SPOT near and FWD
far quote, or a FWD near and FWD far quote.
|
class |
SwapQuote
Represents a Swap Quote which is generally comprised of a SPOT near and FWD
far quote, or a FWD near and FWD far quote.
|
Constructor and Description |
---|
ESPQuote(T info,
FXQuote quote,
String gfa)
Constructs the ESPQuote for the given subject info, quote and gfa.
|
Constructor and Description |
---|
BlockTradePriceUpdateEvent(FXQuote quote)
Instantiates a BlockTradeQuoteEvent
|
BlockTradePriceUpdateEvent(FXQuote quote,
int timeout)
Instantiates a BlockTradeQuoteEvent
|
Modifier and Type | Method and Description |
---|---|
void |
BlockTradeQuoteResponder.sendPriceUpdate(FXQuote quote)
Sends a block trade quote to the client.
|
void |
BlockTradeQuoteResponder.sendPriceUpdate(FXQuote quote,
int timeout)
Sends the first block trade quote to the client, with the specified timeout.
|
Constructor and Description |
---|
PriceUpdateEvent(FXQuote quote) |
PriceUpdateEvent(FXQuote quote,
int timeout) |
RFSPriceUpdateEvent(FXQuote quote)
Constructs a quote event using the underlying quote fields.
|
RFSPriceUpdateEvent(FXQuote quote,
int timeout)
Constructs a quote event using the underlying quote fields and the
specified timeout that denotes how long the quote is valid for.
|
Modifier and Type | Method and Description |
---|---|
void |
QuoteResponder.sendPriceUpdate(FXQuote quote)
Sends a mid-stream RFS quote to the client.
|
void |
QuoteResponder.sendPriceUpdate(FXQuote quote,
int timeout)
Sends the first RFS quote in the stream to the client with the
specified timeout for the stream, specified in seconds.
|
Copyright © 2015 Caplin Systems.