lib/intrinio-sdk/api/forex_api.rb in intrinio-sdk-5.6.1 vs lib/intrinio-sdk/api/forex_api.rb in intrinio-sdk-5.6.3

- 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. -OpenAPI spec version: 2.14.0 +OpenAPI spec version: 2.15.3 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: unset =end @@ -119,13 +119,13 @@ # @param pair The Forex Currency Pair code # @param timeframe The time interval for the quotes # @param [Hash] opts the optional parameters # @option opts [String] :timezone Returns trading times in this timezone (default to UTC) # @option opts [Date] :start_date Return Forex Prices on or after this date - # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour) + # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour in &#39;hh:mm&#39; format, UTC timezone) # @option opts [Date] :end_date Return Forex Prices on or before this date - # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour) + # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour in &#39;hh:mm&#39; format, UTC timezone) # @option opts [Integer] :page_size The number of results to return (default to 100) # @option opts [String] :next_page Gets the next page of data from a previous API call # @return [ApiResponseForexPrices] def get_forex_prices(pair, timeframe, opts = {}) data, _status_code, _headers = get_forex_prices_with_http_info(pair, timeframe, opts) @@ -137,12 +137,12 @@ # @param pair The Forex Currency Pair code # @param timeframe The time interval for the quotes # @param [Hash] opts the optional parameters # @option opts [String] :timezone Returns trading times in this timezone # @option opts [Date] :start_date Return Forex Prices on or after this date - # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour) + # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour in &#39;hh:mm&#39; format, UTC timezone) # @option opts [Date] :end_date Return Forex Prices on or before this date - # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour) + # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour in &#39;hh:mm&#39; format, UTC timezone) # @option opts [Integer] :page_size The number of results to return # @option opts [String] :next_page Gets the next page of data from a previous API call # @return [Array<(ApiResponseForexPrices, Fixnum, Hash)>] ApiResponseForexPrices data, response status code and response headers def get_forex_prices_with_http_info(pair, timeframe, opts = {}) if @api_client.config.debugging