Uses of Class
org.isda.cdm.QuotationRateTypeEnum
-
Packages that use QuotationRateTypeEnum Package Description org.isda.cdm -
-
Uses of QuotationRateTypeEnum in org.isda.cdm
Fields in org.isda.cdm declared as QuotationRateTypeEnum Modifier and Type Field Description protected QuotationRateTypeEnum
CashSettlementTerms.CashSettlementTermsBuilder. quotationMethod
protected QuotationRateTypeEnum
CashPriceMethod.CashPriceMethodBuilder. quotationRateType
protected QuotationRateTypeEnum
CrossCurrencyMethod.CrossCurrencyMethodBuilder. quotationRateType
protected QuotationRateTypeEnum
YieldCurveMethod.YieldCurveMethodBuilder. quotationRateType
Methods in org.isda.cdm that return QuotationRateTypeEnum Modifier and Type Method Description QuotationRateTypeEnum
CashSettlementTerms.CashSettlementTermsBuilder. getQuotationMethod()
QuotationRateTypeEnum
CashSettlementTerms. getQuotationMethod()
The type of price quotations to be requested from dealers when determining the market value of the reference obligation for purposes of cash settlement.QuotationRateTypeEnum
CashPriceMethod.CashPriceMethodBuilder. getQuotationRateType()
QuotationRateTypeEnum
CashPriceMethod. getQuotationRateType()
Which rate quote is to be observed, either Bid, Mid, Offer or Exercising Party Pays.QuotationRateTypeEnum
CrossCurrencyMethod.CrossCurrencyMethodBuilder. getQuotationRateType()
QuotationRateTypeEnum
CrossCurrencyMethod. getQuotationRateType()
Which rate quote is to be observed, either Bid, Mid, Offer or Exercising Party Pays.QuotationRateTypeEnum
YieldCurveMethod. getQuotationRateType()
Which rate quote is to be observed, either Bid, Mid, Offer or Exercising Party Pays.QuotationRateTypeEnum
YieldCurveMethod.YieldCurveMethodBuilder. getQuotationRateType()
static QuotationRateTypeEnum
QuotationRateTypeEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QuotationRateTypeEnum[]
QuotationRateTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.isda.cdm with parameters of type QuotationRateTypeEnum Modifier and Type Method Description CashSettlementTerms.CashSettlementTermsBuilder
CashSettlementTerms.CashSettlementTermsBuilder. setQuotationMethod(QuotationRateTypeEnum quotationMethod)
CashPriceMethod.CashPriceMethodBuilder
CashPriceMethod.CashPriceMethodBuilder. setQuotationRateType(QuotationRateTypeEnum quotationRateType)
CrossCurrencyMethod.CrossCurrencyMethodBuilder
CrossCurrencyMethod.CrossCurrencyMethodBuilder. setQuotationRateType(QuotationRateTypeEnum quotationRateType)
YieldCurveMethod.YieldCurveMethodBuilder
YieldCurveMethod.YieldCurveMethodBuilder. setQuotationRateType(QuotationRateTypeEnum quotationRateType)
-