Package | Description |
---|---|
com.caplin.motif.fx.rates |
Classes and interfaces that relate to streaming FX rates.
|
Modifier and Type | Method and Description |
---|---|
FwdQuoteBuilder |
FwdQuoteBuilder.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.
|
FwdQuoteBuilder |
FwdQuoteBuilder.askRate(String askQuoteId,
String askSpotRate,
String askAllInRate,
String askFwdPips)
Sets the ask rate for the quote.
|
FwdQuoteBuilder |
FwdQuoteBuilder.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.
|
FwdQuoteBuilder |
FwdQuoteBuilder.bidRate(String bidQuoteId,
String bidSpotRate,
String bidAllInRate,
String bidFwdPips)
Sets the bid rate for the quote.
|
static FwdQuoteBuilder |
FwdQuoteBuilder.create()
Creates a FwdQuoteBuilder to be used for constructing a FwdQuote.
|
FwdQuoteBuilder |
FwdQuoteBuilder.swapGFA(String swapGFA)
Sets the GFA that would apply if this forward quote represented the far
leg of a SPOT/FWD swap.
|
Copyright © 2015 Caplin Systems.