Package | Description |
---|---|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
Modifier and Type | Method and Description |
---|---|
SwapFwdQuoteBuilder |
SwapFwdQuoteBuilder.askFwdPoints(String askFwdPoints)
For forward quotes this field contains the raw amount to add to the SPOT rate
in order to produce the forward all-in rate, i.e this field contains the forward
points specified as a normal decimal number rather than in pips.
|
SwapFwdQuoteBuilder |
SwapFwdQuoteBuilder.askRate(String askSpotRate,
String askAllInRate,
String askFwdPips)
Sets the ask rate for the quote.
|
SwapFwdQuoteBuilder |
SwapFwdQuoteBuilder.bidFwdPoints(String bidFwdPoints)
For forward quotes this field contains the raw amount to add to the SPOT rate
in order to produce the forward all-in rate, i.e this field contains the forward
points specified as a normal decimal number rather than in pips.
|
SwapFwdQuoteBuilder |
SwapFwdQuoteBuilder.bidRate(String bidSpotRate,
String bidAllInRate,
String bidFwdPips)
Sets the bid rate for the quote.
|
static SwapFwdQuoteBuilder |
SwapFwdQuoteBuilder.createFarLegBuilder()
Creates a SwapFwdQuoteBuilder to be used for constructing a SwapFwdQuote.
|
static SwapFwdQuoteBuilder |
SwapFwdQuoteBuilder.createNearLegBuilder()
Creates a SwapFwdQuoteBuilder to be used for constructing a SwapFwdQuote.
|
Copyright © 2015 Caplin Systems.