Uses of Class
com.github.oscerd.finnhub.models.ETFProfileData
Packages that use ETFProfileData
-
Uses of ETFProfileData in com.github.oscerd.finnhub.models
Methods in com.github.oscerd.finnhub.models that return ETFProfileDataModifier and TypeMethodDescriptionETFProfileData.assetClass(String assetClass) ETFProfileData.description(String description) ETFProfileData.etfCompany(String etfCompany) ETFProfileData.expenseRatio(Float expenseRatio) ETFsProfile.getProfile()Get profileETFProfileData.inceptionDate(org.threeten.bp.LocalDate inceptionDate) ETFProfileData.investmentSegment(String investmentSegment) ETFProfileData.isLeveraged(Boolean isLeveraged) ETFProfileData.leverageFactor(Float leverageFactor) ETFProfileData.navCurrency(String navCurrency) ETFProfileData.priceToBook(Float priceToBook) ETFProfileData.priceToEarnings(Float priceToEarnings) ETFProfileData.trackingIndex(String trackingIndex) Methods in com.github.oscerd.finnhub.models with parameters of type ETFProfileDataModifier and TypeMethodDescriptionETFsProfile.profile(ETFProfileData profile) voidETFsProfile.setProfile(ETFProfileData profile)