intrinio-sdk 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -2
  3. data/docs/ApiResponseForexCurrencies.md +8 -0
  4. data/docs/ApiResponseForexPairs.md +8 -0
  5. data/docs/ApiResponseForexPrices.md +10 -0
  6. data/docs/ForexApi.md +138 -0
  7. data/docs/ForexCurrency.md +10 -0
  8. data/docs/ForexPair.md +10 -0
  9. data/docs/ForexPrice.md +17 -0
  10. data/intrinio-sdk-2.0.0.gem +0 -0
  11. data/intrinio-sdk.gemspec +1 -1
  12. data/lib/intrinio-sdk.rb +8 -1
  13. data/lib/intrinio-sdk/api/company_api.rb +1 -1
  14. data/lib/intrinio-sdk/api/data_point_api.rb +1 -1
  15. data/lib/intrinio-sdk/api/data_tag_api.rb +1 -1
  16. data/lib/intrinio-sdk/api/filing_api.rb +1 -1
  17. data/lib/intrinio-sdk/api/forex_api.rb +208 -0
  18. data/lib/intrinio-sdk/api/fundamentals_api.rb +1 -1
  19. data/lib/intrinio-sdk/api/historical_data_api.rb +1 -1
  20. data/lib/intrinio-sdk/api/index_api.rb +1 -1
  21. data/lib/intrinio-sdk/api/municipality_api.rb +1 -1
  22. data/lib/intrinio-sdk/api/security_api.rb +1 -1
  23. data/lib/intrinio-sdk/api/stock_exchange_api.rb +1 -1
  24. data/lib/intrinio-sdk/api_client.rb +1 -1
  25. data/lib/intrinio-sdk/api_error.rb +1 -1
  26. data/lib/intrinio-sdk/configuration.rb +1 -1
  27. data/lib/intrinio-sdk/models/api_response_companies.rb +1 -1
  28. data/lib/intrinio-sdk/models/api_response_companies_search.rb +1 -1
  29. data/lib/intrinio-sdk/models/api_response_company_filings.rb +1 -1
  30. data/lib/intrinio-sdk/models/api_response_company_fundamentals.rb +1 -1
  31. data/lib/intrinio-sdk/models/api_response_company_historical_data.rb +1 -1
  32. data/lib/intrinio-sdk/models/api_response_company_news.rb +1 -1
  33. data/lib/intrinio-sdk/models/api_response_company_securities.rb +1 -1
  34. data/lib/intrinio-sdk/models/api_response_data_tags.rb +1 -1
  35. data/lib/intrinio-sdk/models/api_response_data_tags_search.rb +1 -1
  36. data/lib/intrinio-sdk/models/api_response_economic_index_historical_data.rb +1 -1
  37. data/lib/intrinio-sdk/models/api_response_economic_indices.rb +1 -1
  38. data/lib/intrinio-sdk/models/api_response_economic_indices_search.rb +1 -1
  39. data/lib/intrinio-sdk/models/api_response_filing_notes.rb +1 -1
  40. data/lib/intrinio-sdk/models/api_response_filing_notes_search.rb +1 -1
  41. data/lib/intrinio-sdk/models/api_response_filings.rb +1 -1
  42. data/lib/intrinio-sdk/models/api_response_forex_currencies.rb +190 -0
  43. data/lib/intrinio-sdk/models/api_response_forex_pairs.rb +190 -0
  44. data/lib/intrinio-sdk/models/api_response_forex_prices.rb +210 -0
  45. data/lib/intrinio-sdk/models/api_response_historical_data.rb +1 -1
  46. data/lib/intrinio-sdk/models/api_response_municipalities.rb +1 -1
  47. data/lib/intrinio-sdk/models/api_response_municipalitiy_financials.rb +1 -1
  48. data/lib/intrinio-sdk/models/api_response_news.rb +1 -1
  49. data/lib/intrinio-sdk/models/api_response_reported_financials.rb +1 -1
  50. data/lib/intrinio-sdk/models/api_response_securities.rb +1 -1
  51. data/lib/intrinio-sdk/models/api_response_securities_search.rb +1 -1
  52. data/lib/intrinio-sdk/models/api_response_security_historical_data.rb +1 -1
  53. data/lib/intrinio-sdk/models/api_response_security_intraday_prices.rb +1 -1
  54. data/lib/intrinio-sdk/models/api_response_security_stock_price_adjustments.rb +1 -1
  55. data/lib/intrinio-sdk/models/api_response_security_stock_prices.rb +1 -1
  56. data/lib/intrinio-sdk/models/api_response_sic_index_historical_data.rb +1 -1
  57. data/lib/intrinio-sdk/models/api_response_sic_indices.rb +1 -1
  58. data/lib/intrinio-sdk/models/api_response_sic_indices_search.rb +1 -1
  59. data/lib/intrinio-sdk/models/api_response_standardized_financials.rb +1 -1
  60. data/lib/intrinio-sdk/models/api_response_stock_exchange_realtime_stock_prices.rb +1 -1
  61. data/lib/intrinio-sdk/models/api_response_stock_exchange_securities.rb +1 -1
  62. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_price_adjustments.rb +1 -1
  63. data/lib/intrinio-sdk/models/api_response_stock_exchange_stock_prices.rb +1 -1
  64. data/lib/intrinio-sdk/models/api_response_stock_exchanges.rb +1 -1
  65. data/lib/intrinio-sdk/models/api_response_stock_market_index_historical_data.rb +1 -1
  66. data/lib/intrinio-sdk/models/api_response_stock_market_indices.rb +1 -1
  67. data/lib/intrinio-sdk/models/api_response_stock_market_indices_search.rb +1 -1
  68. data/lib/intrinio-sdk/models/company.rb +1 -1
  69. data/lib/intrinio-sdk/models/company_filing.rb +1 -1
  70. data/lib/intrinio-sdk/models/company_news.rb +1 -1
  71. data/lib/intrinio-sdk/models/company_news_summary.rb +1 -1
  72. data/lib/intrinio-sdk/models/company_summary.rb +1 -1
  73. data/lib/intrinio-sdk/models/data_tag.rb +1 -1
  74. data/lib/intrinio-sdk/models/data_tag_summary.rb +1 -1
  75. data/lib/intrinio-sdk/models/dividend_record.rb +1 -1
  76. data/lib/intrinio-sdk/models/earnings_record.rb +1 -1
  77. data/lib/intrinio-sdk/models/economic_index.rb +1 -1
  78. data/lib/intrinio-sdk/models/economic_index_summary.rb +1 -1
  79. data/lib/intrinio-sdk/models/filing.rb +1 -1
  80. data/lib/intrinio-sdk/models/filing_note.rb +1 -1
  81. data/lib/intrinio-sdk/models/filing_note_filing.rb +1 -1
  82. data/lib/intrinio-sdk/models/filing_note_summary.rb +1 -1
  83. data/lib/intrinio-sdk/models/filing_summary.rb +1 -1
  84. data/lib/intrinio-sdk/models/forex_currency.rb +209 -0
  85. data/lib/intrinio-sdk/models/forex_pair.rb +209 -0
  86. data/lib/intrinio-sdk/models/forex_price.rb +279 -0
  87. data/lib/intrinio-sdk/models/fundamental.rb +1 -1
  88. data/lib/intrinio-sdk/models/fundamental_summary.rb +1 -1
  89. data/lib/intrinio-sdk/models/historical_data.rb +1 -1
  90. data/lib/intrinio-sdk/models/intraday_stock_price.rb +1 -1
  91. data/lib/intrinio-sdk/models/municipality.rb +1 -1
  92. data/lib/intrinio-sdk/models/municipality_financial.rb +1 -1
  93. data/lib/intrinio-sdk/models/realtime_stock_price.rb +1 -1
  94. data/lib/intrinio-sdk/models/realtime_stock_price_security.rb +1 -1
  95. data/lib/intrinio-sdk/models/reported_financial.rb +1 -1
  96. data/lib/intrinio-sdk/models/reported_tag.rb +1 -1
  97. data/lib/intrinio-sdk/models/security.rb +1 -1
  98. data/lib/intrinio-sdk/models/security_screen_clause.rb +1 -1
  99. data/lib/intrinio-sdk/models/security_screen_group.rb +1 -1
  100. data/lib/intrinio-sdk/models/security_screen_result.rb +1 -1
  101. data/lib/intrinio-sdk/models/security_screen_result_data.rb +1 -1
  102. data/lib/intrinio-sdk/models/security_summary.rb +1 -1
  103. data/lib/intrinio-sdk/models/sic_index.rb +1 -1
  104. data/lib/intrinio-sdk/models/standardized_financial.rb +1 -1
  105. data/lib/intrinio-sdk/models/stock_exchange.rb +1 -1
  106. data/lib/intrinio-sdk/models/stock_market_index.rb +1 -1
  107. data/lib/intrinio-sdk/models/stock_market_index_summary.rb +1 -1
  108. data/lib/intrinio-sdk/models/stock_price.rb +1 -1
  109. data/lib/intrinio-sdk/models/stock_price_adjustment.rb +1 -1
  110. data/lib/intrinio-sdk/models/stock_price_adjustment_summary.rb +1 -1
  111. data/lib/intrinio-sdk/models/stock_price_summary.rb +1 -1
  112. data/lib/intrinio-sdk/version.rb +2 -2
  113. data/spec/api/forex_api_spec.rb +77 -0
  114. data/spec/models/api_response_forex_currencies_spec.rb +42 -0
  115. data/spec/models/api_response_forex_pairs_spec.rb +42 -0
  116. data/spec/models/api_response_forex_prices_spec.rb +54 -0
  117. data/spec/models/forex_currency_spec.rb +54 -0
  118. data/spec/models/forex_pair_spec.rb +54 -0
  119. data/spec/models/forex_price_spec.rb +96 -0
  120. metadata +31 -2
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #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.
5
5
 
6
- OpenAPI spec version: 2.1.1
6
+ OpenAPI spec version: 2.2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
  Swagger Codegen version: 2.3.0-SNAPSHOT
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Intrinio
14
- VERSION = "2.0.0"
14
+ VERSION = "2.0.1"
15
15
  end
@@ -0,0 +1,77 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+
16
+ # Unit tests for Intrinio::ForexApi
17
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
18
+ # Please update as you see appropriate
19
+ describe 'ForexApi' do
20
+ before do
21
+ # run before each test
22
+ @instance = Intrinio::ForexApi.new
23
+ end
24
+
25
+ after do
26
+ # run after each test
27
+ end
28
+
29
+ describe 'test an instance of ForexApi' do
30
+ it 'should create an instance of ForexApi' do
31
+ expect(@instance).to be_instance_of(Intrinio::ForexApi)
32
+ end
33
+ end
34
+
35
+ # unit tests for get_forex_currencies
36
+ # Forex Currencies
37
+ # Returns a list of forex currencies for which prices are available.
38
+ # @param [Hash] opts the optional parameters
39
+ # @return [ApiResponseForexCurrencies]
40
+ describe 'get_forex_currencies test' do
41
+ it "should work" do
42
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
43
+ end
44
+ end
45
+
46
+ # unit tests for get_forex_pairs
47
+ # Forex Currency Pairs
48
+ # Returns a list of currency pairs used to request foreign exchange (forex) market price data. The currency that is used as the reference is called quote currency and the currency that is quoted in relation is called the base currency. For example, in the pair code “EURGBP” with a price of 0.88, one Euro (base currency) can be exchanged for 0.88 British Pounds (quote currency).
49
+ # @param [Hash] opts the optional parameters
50
+ # @return [ApiResponseForexPairs]
51
+ describe 'get_forex_pairs test' do
52
+ it "should work" do
53
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
54
+ end
55
+ end
56
+
57
+ # unit tests for get_forex_prices
58
+ # Forex Currency Prices
59
+ # Provides a list of forex price quotes for a given forex currency pair and timeframe.
60
+ # @param pair The Forex Currency Pair code
61
+ # @param timeframe The time interval for the quotes
62
+ # @param [Hash] opts the optional parameters
63
+ # @option opts [String] :timezone Returns trading times in this timezone
64
+ # @option opts [String] :start_date Return Forex Prices on or after this date
65
+ # @option opts [String] :start_time Return Forex Prices at or after this time (24-hour)
66
+ # @option opts [String] :end_date Return Forex Prices on or before this date
67
+ # @option opts [String] :end_time Return Forex Prices at or before this time (24-hour)
68
+ # @option opts [Integer] :page_size The number of results to return
69
+ # @option opts [String] :next_page Gets the next page of data from a previous API call
70
+ # @return [ApiResponseForexPrices]
71
+ describe 'get_forex_prices test' do
72
+ it "should work" do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ end
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Intrinio::ApiResponseForexCurrencies
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ApiResponseForexCurrencies' do
21
+ before do
22
+ # run before each test
23
+ @instance = Intrinio::ApiResponseForexCurrencies.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ApiResponseForexCurrencies' do
31
+ it 'should create an instance of ApiResponseForexCurrencies' do
32
+ expect(@instance).to be_instance_of(Intrinio::ApiResponseForexCurrencies)
33
+ end
34
+ end
35
+ describe 'test attribute "currencies"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
42
+
@@ -0,0 +1,42 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Intrinio::ApiResponseForexPairs
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ApiResponseForexPairs' do
21
+ before do
22
+ # run before each test
23
+ @instance = Intrinio::ApiResponseForexPairs.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ApiResponseForexPairs' do
31
+ it 'should create an instance of ApiResponseForexPairs' do
32
+ expect(@instance).to be_instance_of(Intrinio::ApiResponseForexPairs)
33
+ end
34
+ end
35
+ describe 'test attribute "pairs"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
42
+
@@ -0,0 +1,54 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Intrinio::ApiResponseForexPrices
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ApiResponseForexPrices' do
21
+ before do
22
+ # run before each test
23
+ @instance = Intrinio::ApiResponseForexPrices.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ApiResponseForexPrices' do
31
+ it 'should create an instance of ApiResponseForexPrices' do
32
+ expect(@instance).to be_instance_of(Intrinio::ApiResponseForexPrices)
33
+ end
34
+ end
35
+ describe 'test attribute "prices"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "pair"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "next_page"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
54
+
@@ -0,0 +1,54 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Intrinio::ForexCurrency
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ForexCurrency' do
21
+ before do
22
+ # run before each test
23
+ @instance = Intrinio::ForexCurrency.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ForexCurrency' do
31
+ it 'should create an instance of ForexCurrency' do
32
+ expect(@instance).to be_instance_of(Intrinio::ForexCurrency)
33
+ end
34
+ end
35
+ describe 'test attribute "code"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "name"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "country"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
54
+
@@ -0,0 +1,54 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Intrinio::ForexPair
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ForexPair' do
21
+ before do
22
+ # run before each test
23
+ @instance = Intrinio::ForexPair.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ForexPair' do
31
+ it 'should create an instance of ForexPair' do
32
+ expect(@instance).to be_instance_of(Intrinio::ForexPair)
33
+ end
34
+ end
35
+ describe 'test attribute "code"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "base_currency"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "quote_currency"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
54
+
@@ -0,0 +1,96 @@
1
+ =begin
2
+ #Intrinio API
3
+
4
+ #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.
5
+
6
+ OpenAPI spec version: 2.2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.3.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Intrinio::ForexPrice
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'ForexPrice' do
21
+ before do
22
+ # run before each test
23
+ @instance = Intrinio::ForexPrice.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of ForexPrice' do
31
+ it 'should create an instance of ForexPrice' do
32
+ expect(@instance).to be_instance_of(Intrinio::ForexPrice)
33
+ end
34
+ end
35
+ describe 'test attribute "occurred_at"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "open_bid"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "high_bid"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "low_bid"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "close_bid"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "open_ask"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "high_ask"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "low_ask"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ describe 'test attribute "close_ask"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ describe 'test attribute "total_ticks"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
95
+ end
96
+