spec/api/security_api_spec.rb in intrinio-sdk-6.27.0 vs spec/api/security_api_spec.rb in intrinio-sdk-6.27.1
- 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.53.1
+OpenAPI spec version: 2.56.5
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -891,10 +891,12 @@
# @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 [Integer] :page_size The maximum number of results to return per page.
+ # @option opts [BOOLEAN] :darkpool_only Set to true to show only darkpool trades
+ # @option opts [Integer] :min_size Trades must be larger or equal to this size.
# @option opts [String] :next_page Gets the next page of data from a previous API call
# @return [SecurityTradesResult]
describe 'get_security_trades test' do
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -912,9 +914,10 @@
# @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 [Integer] :min_size Trades must be larger or equal to this size.
# @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
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers