Class SymbolsBankApi


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2022-06-10T23:37:34.711542Z[Etc/UTC]")
    public class SymbolsBankApi
    extends Object
    • Constructor Detail

      • SymbolsBankApi

        public SymbolsBankApi()
      • SymbolsBankApi

        @Autowired
        public SymbolsBankApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • listSymbols

        public reactor.core.publisher.Flux<String> listSymbols()
                                                        throws org.springframework.web.reactive.function.client.WebClientResponseException
        Get Symbols list Retrieves a listing of symbols. Required scope: **prices:read**

        200 - get list of symbols

        Returns:
        List<String>
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
      • listSymbolsWithHttpInfo

        public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<String>>> listSymbolsWithHttpInfo()
                                                                                                                   throws org.springframework.web.reactive.function.client.WebClientResponseException
        Throws:
        org.springframework.web.reactive.function.client.WebClientResponseException