Package com.studerw.tda.model.option
Class OptionChainReq.Builder
java.lang.Object
com.studerw.tda.model.option.OptionChainReq.Builder
- Enclosing class:
- OptionChainReq
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static OptionChainReq.Builder
withContractType
(OptionChainReq.ContractType contractType) withDaysToExpiration
(Integer daysToExpiration) withFromDate
(LocalDateTime fromDate) withIncludeQuotes
(Boolean includeQuotes) withInterestRate
(Double interestRate) withInterval
(Double interval) withOptionType
(OptionChainReq.OptionType optionType) withRange
(OptionChainReq.Range range) withStrategy
(OptionChainReq.Strategy strategy) withStrike
(Double strike) withStrikeCount
(Integer strikeCount) withSymbol
(String symbol) withToDate
(LocalDateTime toDate) withUnderlyingPrice
(Double underlyingPrice) withVolatility
(Double volatility)
-
Method Details
-
optionChainReq
-
withSymbol
-
withContractType
-
withStrikeCount
-
withIncludeQuotes
-
withStrategy
-
withInterval
-
withStrike
-
withRange
-
withFromDate
-
withToDate
-
withVolatility
-
withUnderlyingPrice
-
withInterestRate
-
withDaysToExpiration
-
withMonth
-
withOptionType
-
build
-