spec/api/security_api_spec.rb in intrinio-sdk-6.27.4 vs spec/api/security_api_spec.rb in intrinio-sdk-6.28.0

- old
+ new

@@ -1,11 +1,11 @@ =begin #Intrinio API #Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. -OpenAPI spec version: 2.62.1 +OpenAPI spec version: 2.63.1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset =end @@ -815,11 +815,11 @@ # unit tests for get_security_realtime_price # Realtime Stock Price for Security # Return the realtime stock price for the Security with the given &#x60;identifier&#x60; # @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) # @param [Hash] opts the optional parameters - # @option opts [String] :source Return the realtime price from the specified data source. If no source is specified, the best source available is used. + # @option opts [Array<String>] :source Return the realtime price from the specified data source. If no source is specified, the best source available is used. # @return [RealtimeStockPrice] describe 'get_security_realtime_price test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end @@ -906,10 +906,10 @@ # unit tests for get_security_trades_by_symbol # Security Trades By Symbol # Returns all trades for a symbol between start time and end time, up to seven days ago for the specified source. # @param identifier The ticker symbol for which trades are being requested. - # @param source The specific source of the data being requested. Specifying delayed sip will result in the system automatically determining which delayed sip source (cta_delayed, cta_b_delayed, utp_delayed) to use. + # @param source The specific source of the data being requested. Specifying delayed sip will result in the system automatically determining which delayed sip source (cta_delayed, cta_b_delayed, utp_delayed, otc_delayed) to use. # @param [Hash] opts the optional parameters # @option opts [Date] :start_date The start date for the data being requested. # @option opts [String] :start_time The start time for the data being requested. # @option opts [Date] :end_date The end date for the data being requested. # @option opts [String] :end_time The end time for the data being requested.