Uses of Class
pl.zankowski.iextrading4j.api.refdata.LuldTier
-
Packages that use LuldTier Package Description pl.zankowski.iextrading4j.api.refdata -
-
Uses of LuldTier in pl.zankowski.iextrading4j.api.refdata
Methods in pl.zankowski.iextrading4j.api.refdata that return LuldTier Modifier and Type Method Description LuldTier
IEXCorporateActions. getCurrentLULDTierIndicator()
LuldTier
IEXSymbolDirectory. getLuldTierIndicator()
LuldTier
IEXCorporateActions. getNewLULDTierIndicator()
static LuldTier
LuldTier. valueOf(String name)
Returns the enum constant of this type with the specified name.static LuldTier[]
LuldTier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.zankowski.iextrading4j.api.refdata with parameters of type LuldTier Constructor Description IEXCorporateActions(String recordId, LocalDateTime dailyListTimestamp, LocalDate effectiveDate, IssueEvent issueEvent, String currentSymbolInINETSymbology, String currentSymbolInCQSSymbology, String currentSymbolInCMSSymbology, String newSymbolInINETSymbology, String newSymbolInCQSSymbology, String newSymbolInCMSSymbology, String currentSecurityName, String newSecurityName, String currentCompanyName, String newCompanyName, ListingCenter currentListingCenter, ListingCenter newListingCenter, DelistingReason delistingReason, BigDecimal currentRoundLotSize, BigDecimal newRoundLotSize, LuldTier currentLULDTierIndicator, LuldTier newLULDTierIndicator, LocalDate expirationDate, LocalDate separationDate, LocalDate settlementDate, LocalDate maturityDate, LocalDate redemptionDate, FinancialStatus currentFinancialStatus, FinancialStatus newFinancialStatus, Flag whenIssuedFlag, Flag whenDistributedFlag, Flag ipoFlag, Flag historyHold, String notesForEachEntry, LocalDateTime recordUpdateTime)
IEXSymbolDirectory(String recordId, LocalDateTime dailyListTimestamp, String symbolInINETSymbology, String symbolInCQSSymbology, String symbolInCMSSymbology, String securityName, String companyName, Flag testIssue, String issueDescription, IssueType issueType, IssueSubType issueSubType, String sicCode, String transferAgent, FinancialStatus financialStatus, BigDecimal roundLotSize, BigDecimal previousOfficialClosingPrice, BigDecimal adjustedPreviousOfficialClosingPrice, Flag whenIssuedFlag, Flag whenDistributedFlag, Flag ipoFlag, LocalDate firstDateListed, LuldTier luldTierIndicator, String countryOfIncorporation, Flag leveragedETPFlag, BigDecimal leveragedETPRatio, Flag inverseETPFlag, LocalDateTime recordUpdateTime)
-