spec/api/security_api_spec.rb in intrinio-sdk-6.26.5 vs spec/api/security_api_spec.rb in intrinio-sdk-6.26.6
- 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.8
+OpenAPI spec version: 2.52.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -903,16 +903,17 @@
# 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 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 [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.
# @option opts [String] :timezone The timezone the start and end date/times use.
+ # @option opts [BOOLEAN] :darkpool_only Set to true to show only darkpool trades
# @option opts [Integer] :page_size The maximum number of results to return per page.
# @option opts [String] :next_page Gets the next page of data from a previous API call
# @return [SecurityTradesResult]
describe 'get_security_trades_by_symbol test' do
it "should work" do