Package | Description |
---|---|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
Modifier and Type | Interface and Description |
---|---|
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 |
SwapFwdQuote
A forward quote intended to be used as one of the legs on a swap trade.
|
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 |
AbstractSwapLegQuote |
Constructor and Description |
---|
SwapQuote(String bidAskQuoteId,
String askBidQuoteId,
SwapLegQuote nearQuote,
SwapLegQuote farQuote,
String swapBidPips,
String swapAskPips)
Constructs a SwapQuote with the specified near and far quotes, and uses
the specified pips as the display swap pips for the quote.
|
SwapQuote(String bidAskQuoteId,
String askBidQuoteId,
SwapLegQuote nearQuote,
SwapLegQuote farQuote,
SwapFields swapFields)
Constructs a SwapQuote with the specified near and far quotes, and uses
the specified pips as the display swap pips for the quote.
|
Copyright © 2015 Caplin Systems.