Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.symbol.SymbolSearchRequest
Packages that use SymbolSearchRequest
Package
Description
Contains controllers for handling symbols and equities.
Contains the symbol orchestrators.
-
Uses of SymbolSearchRequest in com.bluebell.greenhouse.planter.controllers.symbol
Methods in com.bluebell.greenhouse.planter.controllers.symbol with parameters of type SymbolSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedSymbolDTO> SymbolApiController.getSymbolsPaged(SymbolSearchRequest searchRequest) Return aResponseEntitycontainingSymbols filtered. -
Uses of SymbolSearchRequest in com.bluebell.greenhouse.planter.orchestrators.symbol
Methods in com.bluebell.greenhouse.planter.orchestrators.symbol with parameters of type SymbolSearchRequestModifier and TypeMethodDescriptionSymbolOrchestrator.getSymbolsPaged(SymbolSearchRequest searchRequest) Obtains a page ofSymbols matching the given search request.