public interface LegQuote extends FXQuote
Modifier and Type | Method and Description |
---|---|
void |
addField(String fieldName,
String value)
Deprecated.
|
String |
getAskPips()
Gets the rate of the ask side of the quote.
|
String |
getAskQuoteID()
Gets the Id of the ask side of the quote.
|
AskRate |
getAskRate()
Gets the rate of the bid side of the quote.
|
String |
getBidPips()
Gets the pips of the bid side of the quote.
|
String |
getBidQuoteID()
Gets the Id of the bid side of the quote.
|
BidRate |
getBidRate()
Gets the rate of the bid side of the quote.
|
String |
getMidQuoteID()
Deprecated.
|
String |
getMidRate()
Gets the mid rate.
|
String |
getNumberOfFractionalPoints()
Deprecated.
This field has been deprecated in favor of L*_AllInRateDPS
|
Precision |
getPrecision()
Gets the precision for the quote
|
String |
getRiskDate()
Gets the time options risk date for the quote.
|
String |
getRiskTenor()
Gets the time options risk tenor for the quote.
|
String |
getSettlementDate()
Gets the settlement date for the quote.
|
Tenor |
getTenor()
Gets the tenor for this quote.
|
void |
setMidRate(String id,
String rate)
Deprecated.
Call
QuoteBuilder.midRate(String) instead. |
getQuoteFields
@Deprecated String getMidQuoteID()
String getBidQuoteID()
String getAskQuoteID()
String getMidRate()
String getBidPips()
BidRate getBidRate()
String getAskPips()
AskRate getAskRate()
Tenor getTenor()
String getSettlementDate()
String getRiskDate()
String getRiskTenor()
Precision getPrecision()
@Deprecated String getNumberOfFractionalPoints()
@Deprecated void setMidRate(String id, String rate)
QuoteBuilder.midRate(String)
instead.id
- The quote ID.rate
- The mid rate.@Deprecated void addField(String fieldName, String value)
QuoteBuilder.addField(String, String)
and QuoteBuilder.addLegField(String, String)
insteadfieldName
- The field namevalue
- The value of the fieldCopyright © 2015 Caplin Systems.