public class WorkbookFunctionsOddFPriceRequestBuilder extends BaseActionRequestBuilder implements IWorkbookFunctionsOddFPriceRequestBuilder
bodyParams
Constructor and Description |
---|
WorkbookFunctionsOddFPriceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
com.google.gson.JsonElement settlement,
com.google.gson.JsonElement maturity,
com.google.gson.JsonElement issue,
com.google.gson.JsonElement firstCoupon,
com.google.gson.JsonElement rate,
com.google.gson.JsonElement yld,
com.google.gson.JsonElement redemption,
com.google.gson.JsonElement frequency,
com.google.gson.JsonElement basis)
The request builder for this WorkbookFunctionsOddFPrice
|
Modifier and Type | Method and Description |
---|---|
IWorkbookFunctionsOddFPriceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsOddFPriceRequest with specific requestOptions instead of the existing requestOptions
|
IWorkbookFunctionsOddFPriceRequest |
buildRequest(Option... requestOptions)
Creates the IWorkbookFunctionsOddFPriceRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public WorkbookFunctionsOddFPriceRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, com.google.gson.JsonElement settlement, com.google.gson.JsonElement maturity, com.google.gson.JsonElement issue, com.google.gson.JsonElement firstCoupon, com.google.gson.JsonElement rate, com.google.gson.JsonElement yld, com.google.gson.JsonElement redemption, com.google.gson.JsonElement frequency, com.google.gson.JsonElement basis)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestsettlement
- the settlementmaturity
- the maturityissue
- the issuefirstCoupon
- the firstCouponrate
- the rateyld
- the yldredemption
- the redemptionfrequency
- the frequencybasis
- the basispublic IWorkbookFunctionsOddFPriceRequest buildRequest(Option... requestOptions)
buildRequest
in interface IWorkbookFunctionsOddFPriceRequestBuilder
requestOptions
- the options for the requestpublic IWorkbookFunctionsOddFPriceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IWorkbookFunctionsOddFPriceRequestBuilder
requestOptions
- the options for the request