spec/api/security_api_spec.rb in intrinio-sdk-6.26.1 vs spec/api/security_api_spec.rb in intrinio-sdk-6.26.2

- 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.47.3 +OpenAPI spec version: 2.47.7 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset =end @@ -878,9 +878,10 @@ end # 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. # @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.