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()
Creates the IWorkbookFunctionsOddFPriceRequest
|
IWorkbookFunctionsOddFPriceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IWorkbookFunctionsOddFPriceRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic 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()
buildRequest in interface IWorkbookFunctionsOddFPriceRequestBuilderpublic IWorkbookFunctionsOddFPriceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IWorkbookFunctionsOddFPriceRequestBuilderrequestOptions - the options for the request