Uses of Enum Class
com.bluebell.greenhouse.platform.enums.market.MarketPriceFetchRequestStatus
Packages that use MarketPriceFetchRequestStatus
Package
Description
Contains core enums used for market entities.
Contains the data-access layer for
MarketPrices.-
Uses of MarketPriceFetchRequestStatus in com.bluebell.greenhouse.platform.enums.market
Subclasses with type arguments of type MarketPriceFetchRequestStatus in com.bluebell.greenhouse.platform.enums.marketModifier and TypeClassDescriptionenumEnumeration representing the lifecycle state of aMarketPriceFetchRequest.Classes in com.bluebell.greenhouse.platform.enums.market that implement interfaces with type arguments of type MarketPriceFetchRequestStatusModifier and TypeClassDescriptionenumEnumeration representing the lifecycle state of aMarketPriceFetchRequest.Methods in com.bluebell.greenhouse.platform.enums.market that return MarketPriceFetchRequestStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MarketPriceFetchRequestStatus[]MarketPriceFetchRequestStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MarketPriceFetchRequestStatus in com.bluebell.greenhouse.radicle.repositories.market.price
Methods in com.bluebell.greenhouse.radicle.repositories.market.price with parameters of type MarketPriceFetchRequestStatusModifier and TypeMethodDescriptionMarketPriceFetchRequestRepository.findTop25ByStatusOrderByCreatedAtAsc(MarketPriceFetchRequestStatus status) Returns the oldest pending requests up to the configured batch size.Method parameters in com.bluebell.greenhouse.radicle.repositories.market.price with type arguments of type MarketPriceFetchRequestStatusModifier and TypeMethodDescriptionMarketPriceFetchRequestRepository.findFirstBySymbolAliasAndDataSourceAndTimeIntervalAndStartAndEndAndStatusIn(SymbolAlias symbolAlias, DataSource dataSource, MarketTimeInterval timeInterval, LocalDateTime start, LocalDateTime end, Collection<MarketPriceFetchRequestStatus> statuses) Finds an active request matching the exact requested resolution parameters.