spec/api/options_api_spec.rb in intrinio-sdk-5.13.2 vs spec/api/options_api_spec.rb in intrinio-sdk-5.14.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://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. +#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.23.0 +OpenAPI spec version: 2.25.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset =end @@ -204,9 +204,22 @@ # @param identifier The Intrinio ID or code of the options contract to request prices for. # @param [Hash] opts the optional parameters # @option opts [String] :source Realtime or 15-minute delayed contracts. # @return [ApiResponseOptionsStatsRealtime] describe 'get_options_stats_realtime test' do + it "should work" do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + # unit tests for get_unusual_activity + # Options Unusual Activity + # Returns unusual trades for a given identifier. + # @param symbol The option symbol, corresponding to the underlying security. + # @param [Hash] opts the optional parameters + # @option opts [String] :source Realtime or 15-minute delayed contracts. + # @return [ApiResponseOptionsUnusualActivity] + describe 'get_unusual_activity test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end