cybrid_api_bank_ruby 0.31.7 → 0.31.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +5 -14
  4. data/cybrid_api_bank_ruby.gemspec +1 -1
  5. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +1 -1
  6. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
  7. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
  8. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
  9. data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +1 -1
  10. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
  11. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
  12. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
  13. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
  14. data/lib/cybrid_api_bank_ruby/api/trading_configurations_bank_api.rb +1 -1
  15. data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +1 -1
  16. data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
  17. data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
  18. data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
  19. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +1 -1
  20. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
  21. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +1 -1
  22. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
  23. data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +1 -1
  24. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +1 -1
  25. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
  26. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +1 -1
  27. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
  28. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
  29. data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +1 -1
  30. data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +1 -1
  31. data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +1 -1
  32. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
  33. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
  34. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
  35. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
  36. data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +1 -1
  37. data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +1 -1
  38. data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +1 -1
  39. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -1
  40. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
  41. data/lib/cybrid_api_bank_ruby/models/post_trading_configuration_bank_model.rb +1 -1
  42. data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +1 -1
  43. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +1 -1
  44. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
  45. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
  46. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +1 -1
  47. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
  48. data/lib/cybrid_api_bank_ruby/models/trading_configuration_bank_model.rb +1 -1
  49. data/lib/cybrid_api_bank_ruby/models/trading_configuration_list_bank_model.rb +1 -1
  50. data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +1 -1
  51. data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +1 -1
  52. data/lib/cybrid_api_bank_ruby/version.rb +2 -2
  53. data/lib/cybrid_api_bank_ruby.rb +1 -10
  54. data/spec/api/accounts_bank_api_spec.rb +1 -1
  55. data/spec/api/assets_bank_api_spec.rb +1 -1
  56. data/spec/api/banks_bank_api_spec.rb +1 -1
  57. data/spec/api/customers_bank_api_spec.rb +1 -1
  58. data/spec/api/identity_records_bank_api_spec.rb +1 -1
  59. data/spec/api/prices_bank_api_spec.rb +1 -1
  60. data/spec/api/quotes_bank_api_spec.rb +1 -1
  61. data/spec/api/symbols_bank_api_spec.rb +1 -1
  62. data/spec/api/trades_bank_api_spec.rb +1 -1
  63. data/spec/api/trading_configurations_bank_api_spec.rb +1 -1
  64. data/spec/api/verification_keys_bank_api_spec.rb +1 -1
  65. data/spec/api_client_spec.rb +1 -1
  66. data/spec/configuration_spec.rb +1 -1
  67. data/spec/models/account_bank_model_spec.rb +1 -1
  68. data/spec/models/account_list_bank_model_spec.rb +1 -1
  69. data/spec/models/asset_bank_model_spec.rb +1 -1
  70. data/spec/models/asset_list_bank_model_spec.rb +1 -1
  71. data/spec/models/attestation_details_bank_model_spec.rb +1 -1
  72. data/spec/models/bank_bank_model_spec.rb +1 -1
  73. data/spec/models/bank_list_bank_model_spec.rb +1 -1
  74. data/spec/models/customer_bank_model_spec.rb +1 -1
  75. data/spec/models/customer_list_bank_model_spec.rb +1 -1
  76. data/spec/models/error_response_bank_model_spec.rb +1 -1
  77. data/spec/models/fee_bank_model_spec.rb +1 -1
  78. data/spec/models/identity_record_bank_model_spec.rb +1 -1
  79. data/spec/models/identity_record_list_bank_model_spec.rb +1 -1
  80. data/spec/models/patch_bank_bank_model_spec.rb +1 -1
  81. data/spec/models/post_account_bank_model_spec.rb +1 -1
  82. data/spec/models/post_bank_bank_model_spec.rb +1 -1
  83. data/spec/models/post_customer_bank_model_spec.rb +1 -1
  84. data/spec/models/post_fee_bank_model_spec.rb +1 -1
  85. data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +1 -1
  86. data/spec/models/post_identity_record_bank_model_spec.rb +1 -1
  87. data/spec/models/post_quote_bank_model_spec.rb +1 -1
  88. data/spec/models/post_trade_bank_model_spec.rb +1 -1
  89. data/spec/models/post_trading_configuration_bank_model_spec.rb +1 -1
  90. data/spec/models/post_verification_key_bank_model_spec.rb +1 -1
  91. data/spec/models/quote_bank_model_spec.rb +1 -1
  92. data/spec/models/quote_list_bank_model_spec.rb +1 -1
  93. data/spec/models/symbol_price_bank_model_spec.rb +1 -1
  94. data/spec/models/trade_bank_model_spec.rb +1 -1
  95. data/spec/models/trade_list_bank_model_spec.rb +1 -1
  96. data/spec/models/trading_configuration_bank_model_spec.rb +1 -1
  97. data/spec/models/trading_configuration_list_bank_model_spec.rb +1 -1
  98. data/spec/models/verification_key_bank_model_spec.rb +1 -1
  99. data/spec/models/verification_key_list_bank_model_spec.rb +1 -1
  100. data/spec/spec_helper.rb +1 -1
  101. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +2 -2
  102. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out +2 -2
  103. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out +2 -2
  104. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.4/gem_make.out +2 -2
  105. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out +2 -2
  106. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  107. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  108. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  109. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
  110. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
  111. metadata +1 -37
  112. data/docs/CybridAccountBankModel.md +0 -28
  113. data/docs/ExchangeAccountBankModel.md +0 -26
  114. data/docs/ExchangeBankModel.md +0 -26
  115. data/docs/ExchangeListBankModel.md +0 -24
  116. data/docs/ExchangeSettlementBankModel.md +0 -30
  117. data/docs/ExchangeSettlementExpectedPaymentBankModel.md +0 -32
  118. data/docs/ExchangeSettlementObligationBankModel.md +0 -28
  119. data/docs/ExchangeSettlementPaymentOrderBankModel.md +0 -36
  120. data/docs/SystemAccountBankModel.md +0 -26
  121. data/lib/cybrid_api_bank_ruby/models/cybrid_account_bank_model.rb +0 -388
  122. data/lib/cybrid_api_bank_ruby/models/exchange_account_bank_model.rb +0 -366
  123. data/lib/cybrid_api_bank_ruby/models/exchange_bank_model.rb +0 -354
  124. data/lib/cybrid_api_bank_ruby/models/exchange_list_bank_model.rb +0 -329
  125. data/lib/cybrid_api_bank_ruby/models/exchange_settlement_bank_model.rb +0 -392
  126. data/lib/cybrid_api_bank_ruby/models/exchange_settlement_expected_payment_bank_model.rb +0 -408
  127. data/lib/cybrid_api_bank_ruby/models/exchange_settlement_obligation_bank_model.rb +0 -376
  128. data/lib/cybrid_api_bank_ruby/models/exchange_settlement_payment_order_bank_model.rb +0 -464
  129. data/lib/cybrid_api_bank_ruby/models/system_account_bank_model.rb +0 -366
  130. data/spec/models/cybrid_account_bank_model_spec.rb +0 -72
  131. data/spec/models/exchange_account_bank_model_spec.rb +0 -62
  132. data/spec/models/exchange_bank_model_spec.rb +0 -66
  133. data/spec/models/exchange_list_bank_model_spec.rb +0 -52
  134. data/spec/models/exchange_settlement_bank_model_spec.rb +0 -74
  135. data/spec/models/exchange_settlement_expected_payment_bank_model_spec.rb +0 -84
  136. data/spec/models/exchange_settlement_obligation_bank_model_spec.rb +0 -68
  137. data/spec/models/exchange_settlement_payment_order_bank_model_spec.rb +0 -100
  138. data/spec/models/system_account_bank_model_spec.rb +0 -62
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220711-3495-k6y1vg.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220711-3491-z97jlr.rb extconf.rb
3
3
  checking for rb_io_extract_modeenc() in ruby/io.h... yes
4
4
  creating Makefile
5
5
 
@@ -18,5 +18,5 @@ make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platf
18
18
  current directory: /home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio
19
19
  make DESTDIR\= install
20
20
  make[1]: Entering directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
21
- /usr/bin/install -c -m 0755 stringio.so ./.gem.20220711-3495-41mkg5
21
+ /usr/bin/install -c -m 0755 stringio.so ./.gem.20220711-3491-xewiu4
22
22
  make[1]: Leaving directory '/home/circleci/project/api-service-clients/api-platform-bank/ruby/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio'
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
32
32
  vendorarchdir = $(vendorlibdir)/$(sitearch)
33
33
  vendorlibdir = $(vendordir)/$(ruby_version)
34
34
  vendordir = $(rubylibprefix)/vendor_ruby
35
- sitearchdir = $(DESTDIR)./.gem.20220711-3495-ux2agb
36
- sitelibdir = $(DESTDIR)./.gem.20220711-3495-ux2agb
35
+ sitearchdir = $(DESTDIR)./.gem.20220711-3491-sxzehc
36
+ sitelibdir = $(DESTDIR)./.gem.20220711-3491-sxzehc
37
37
  sitedir = $(rubylibprefix)/site_ruby
38
38
  rubyarchdir = $(rubylibdir)/$(arch)
39
39
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
32
32
  vendorarchdir = $(vendorlibdir)/$(sitearch)
33
33
  vendorlibdir = $(vendordir)/$(ruby_version)
34
34
  vendordir = $(rubylibprefix)/vendor_ruby
35
- sitearchdir = $(DESTDIR)./.gem.20220711-3495-h3tvb4
36
- sitelibdir = $(DESTDIR)./.gem.20220711-3495-h3tvb4
35
+ sitearchdir = $(DESTDIR)./.gem.20220711-3491-gyubi4
36
+ sitelibdir = $(DESTDIR)./.gem.20220711-3491-gyubi4
37
37
  sitedir = $(rubylibprefix)/site_ruby
38
38
  rubyarchdir = $(rubylibdir)/$(arch)
39
39
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
32
32
  vendorarchdir = $(vendorlibdir)/$(sitearch)
33
33
  vendorlibdir = $(vendordir)/$(ruby_version)
34
34
  vendordir = $(rubylibprefix)/vendor_ruby
35
- sitearchdir = $(DESTDIR)./.gem.20220711-3495-444ciu
36
- sitelibdir = $(DESTDIR)./.gem.20220711-3495-444ciu
35
+ sitearchdir = $(DESTDIR)./.gem.20220711-3491-4c7o7q
36
+ sitelibdir = $(DESTDIR)./.gem.20220711-3491-4c7o7q
37
37
  sitedir = $(rubylibprefix)/site_ruby
38
38
  rubyarchdir = $(rubylibdir)/$(arch)
39
39
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
32
32
  vendorarchdir = $(vendorlibdir)/$(sitearch)
33
33
  vendorlibdir = $(vendordir)/$(ruby_version)
34
34
  vendordir = $(rubylibprefix)/vendor_ruby
35
- sitearchdir = $(DESTDIR)./.gem.20220711-3495-nfrbtn
36
- sitelibdir = $(DESTDIR)./.gem.20220711-3495-nfrbtn
35
+ sitearchdir = $(DESTDIR)./.gem.20220711-3491-vpvws2
36
+ sitelibdir = $(DESTDIR)./.gem.20220711-3491-vpvws2
37
37
  sitedir = $(rubylibprefix)/site_ruby
38
38
  rubyarchdir = $(rubylibdir)/$(arch)
39
39
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
32
32
  vendorarchdir = $(vendorlibdir)/$(sitearch)
33
33
  vendorlibdir = $(vendordir)/$(ruby_version)
34
34
  vendordir = $(rubylibprefix)/vendor_ruby
35
- sitearchdir = $(DESTDIR)./.gem.20220711-3495-41mkg5
36
- sitelibdir = $(DESTDIR)./.gem.20220711-3495-41mkg5
35
+ sitearchdir = $(DESTDIR)./.gem.20220711-3491-xewiu4
36
+ sitelibdir = $(DESTDIR)./.gem.20220711-3491-xewiu4
37
37
  sitedir = $(rubylibprefix)/site_ruby
38
38
  rubyarchdir = $(rubylibdir)/$(arch)
39
39
  rubylibdir = $(rubylibprefix)/$(ruby_version)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cybrid_api_bank_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.7
4
+ version: 0.31.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cybrid
@@ -75,15 +75,7 @@ files:
75
75
  - docs/CustomerBankModel.md
76
76
  - docs/CustomerListBankModel.md
77
77
  - docs/CustomersBankApi.md
78
- - docs/CybridAccountBankModel.md
79
78
  - docs/ErrorResponseBankModel.md
80
- - docs/ExchangeAccountBankModel.md
81
- - docs/ExchangeBankModel.md
82
- - docs/ExchangeListBankModel.md
83
- - docs/ExchangeSettlementBankModel.md
84
- - docs/ExchangeSettlementExpectedPaymentBankModel.md
85
- - docs/ExchangeSettlementObligationBankModel.md
86
- - docs/ExchangeSettlementPaymentOrderBankModel.md
87
79
  - docs/FeeBankModel.md
88
80
  - docs/IdentityRecordBankModel.md
89
81
  - docs/IdentityRecordListBankModel.md
@@ -105,7 +97,6 @@ files:
105
97
  - docs/QuotesBankApi.md
106
98
  - docs/SymbolPriceBankModel.md
107
99
  - docs/SymbolsBankApi.md
108
- - docs/SystemAccountBankModel.md
109
100
  - docs/TradeBankModel.md
110
101
  - docs/TradeListBankModel.md
111
102
  - docs/TradesBankApi.md
@@ -140,15 +131,7 @@ files:
140
131
  - lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb
141
132
  - lib/cybrid_api_bank_ruby/models/customer_bank_model.rb
142
133
  - lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb
143
- - lib/cybrid_api_bank_ruby/models/cybrid_account_bank_model.rb
144
134
  - lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb
145
- - lib/cybrid_api_bank_ruby/models/exchange_account_bank_model.rb
146
- - lib/cybrid_api_bank_ruby/models/exchange_bank_model.rb
147
- - lib/cybrid_api_bank_ruby/models/exchange_list_bank_model.rb
148
- - lib/cybrid_api_bank_ruby/models/exchange_settlement_bank_model.rb
149
- - lib/cybrid_api_bank_ruby/models/exchange_settlement_expected_payment_bank_model.rb
150
- - lib/cybrid_api_bank_ruby/models/exchange_settlement_obligation_bank_model.rb
151
- - lib/cybrid_api_bank_ruby/models/exchange_settlement_payment_order_bank_model.rb
152
135
  - lib/cybrid_api_bank_ruby/models/fee_bank_model.rb
153
136
  - lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb
154
137
  - lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb
@@ -166,7 +149,6 @@ files:
166
149
  - lib/cybrid_api_bank_ruby/models/quote_bank_model.rb
167
150
  - lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb
168
151
  - lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb
169
- - lib/cybrid_api_bank_ruby/models/system_account_bank_model.rb
170
152
  - lib/cybrid_api_bank_ruby/models/trade_bank_model.rb
171
153
  - lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb
172
154
  - lib/cybrid_api_bank_ruby/models/trading_configuration_bank_model.rb
@@ -196,15 +178,7 @@ files:
196
178
  - spec/models/bank_list_bank_model_spec.rb
197
179
  - spec/models/customer_bank_model_spec.rb
198
180
  - spec/models/customer_list_bank_model_spec.rb
199
- - spec/models/cybrid_account_bank_model_spec.rb
200
181
  - spec/models/error_response_bank_model_spec.rb
201
- - spec/models/exchange_account_bank_model_spec.rb
202
- - spec/models/exchange_bank_model_spec.rb
203
- - spec/models/exchange_list_bank_model_spec.rb
204
- - spec/models/exchange_settlement_bank_model_spec.rb
205
- - spec/models/exchange_settlement_expected_payment_bank_model_spec.rb
206
- - spec/models/exchange_settlement_obligation_bank_model_spec.rb
207
- - spec/models/exchange_settlement_payment_order_bank_model_spec.rb
208
182
  - spec/models/fee_bank_model_spec.rb
209
183
  - spec/models/identity_record_bank_model_spec.rb
210
184
  - spec/models/identity_record_list_bank_model_spec.rb
@@ -222,7 +196,6 @@ files:
222
196
  - spec/models/quote_bank_model_spec.rb
223
197
  - spec/models/quote_list_bank_model_spec.rb
224
198
  - spec/models/symbol_price_bank_model_spec.rb
225
- - spec/models/system_account_bank_model_spec.rb
226
199
  - spec/models/trade_bank_model_spec.rb
227
200
  - spec/models/trade_list_bank_model_spec.rb
228
201
  - spec/models/trading_configuration_bank_model_spec.rb
@@ -2779,15 +2752,7 @@ test_files:
2779
2752
  - spec/models/bank_list_bank_model_spec.rb
2780
2753
  - spec/models/customer_bank_model_spec.rb
2781
2754
  - spec/models/customer_list_bank_model_spec.rb
2782
- - spec/models/cybrid_account_bank_model_spec.rb
2783
2755
  - spec/models/error_response_bank_model_spec.rb
2784
- - spec/models/exchange_account_bank_model_spec.rb
2785
- - spec/models/exchange_bank_model_spec.rb
2786
- - spec/models/exchange_list_bank_model_spec.rb
2787
- - spec/models/exchange_settlement_bank_model_spec.rb
2788
- - spec/models/exchange_settlement_expected_payment_bank_model_spec.rb
2789
- - spec/models/exchange_settlement_obligation_bank_model_spec.rb
2790
- - spec/models/exchange_settlement_payment_order_bank_model_spec.rb
2791
2756
  - spec/models/fee_bank_model_spec.rb
2792
2757
  - spec/models/identity_record_bank_model_spec.rb
2793
2758
  - spec/models/identity_record_list_bank_model_spec.rb
@@ -2805,7 +2770,6 @@ test_files:
2805
2770
  - spec/models/quote_bank_model_spec.rb
2806
2771
  - spec/models/quote_list_bank_model_spec.rb
2807
2772
  - spec/models/symbol_price_bank_model_spec.rb
2808
- - spec/models/system_account_bank_model_spec.rb
2809
2773
  - spec/models/trade_bank_model_spec.rb
2810
2774
  - spec/models/trade_list_bank_model_spec.rb
2811
2775
  - spec/models/trading_configuration_bank_model_spec.rb
@@ -1,28 +0,0 @@
1
- # CybridApiBank::CybridAccountBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The account type. | [optional] |
8
- | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
9
- | **created_at** | **Time** | ISO8601 datetime the account was created at. | [optional] |
10
- | **asset_code** | **String** | The asset code. | [optional] |
11
- | **name** | **String** | The name of the account. | [optional] |
12
- | **environment** | **String** | The environment the account is configured for. | [optional] |
13
-
14
- ## Example
15
-
16
- ```ruby
17
- require 'cybrid_api_bank_ruby'
18
-
19
- instance = CybridApiBank::CybridAccountBankModel.new(
20
- type: null,
21
- guid: null,
22
- created_at: null,
23
- asset_code: null,
24
- name: null,
25
- environment: null
26
- )
27
- ```
28
-
@@ -1,26 +0,0 @@
1
- # CybridApiBank::ExchangeAccountBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The exchange account type. | [optional] |
8
- | **guid** | **String** | Auto-generated unique identifier for exchange account. | [optional] |
9
- | **created_at** | **Time** | ISO8601 datetime the exchange account was created at. | [optional] |
10
- | **exchange_guid** | **String** | The identifier of the exchange that owns this exchange account. | [optional] |
11
- | **asset_code** | **String** | The asset code of the exchange account. | [optional] |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'cybrid_api_bank_ruby'
17
-
18
- instance = CybridApiBank::ExchangeAccountBankModel.new(
19
- type: null,
20
- guid: null,
21
- created_at: null,
22
- exchange_guid: null,
23
- asset_code: null
24
- )
25
- ```
26
-
@@ -1,26 +0,0 @@
1
- # CybridApiBank::ExchangeBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **guid** | **String** | Auto-generated unique identifier for the exchange. | [optional] |
8
- | **name** | **String** | The name of the exchange. | [optional] |
9
- | **provider** | **String** | The provider for the exchange. | [optional] |
10
- | **environment** | **String** | The environment that the exchange is operating in. | [optional] |
11
- | **created_at** | **Time** | ISO8601 datetime the exchange was created at. | [optional] |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'cybrid_api_bank_ruby'
17
-
18
- instance = CybridApiBank::ExchangeBankModel.new(
19
- guid: null,
20
- name: null,
21
- provider: null,
22
- environment: null,
23
- created_at: null
24
- )
25
- ```
26
-
@@ -1,24 +0,0 @@
1
- # CybridApiBank::ExchangeListBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **total** | **Integer** | The total number of records available. | |
8
- | **page** | **Integer** | The page index to retrieve. | |
9
- | **per_page** | **Integer** | The number of entities per page to return. | |
10
- | **objects** | [**Array<ExchangeBankModel>**](ExchangeBankModel.md) | Array of exchange entities | |
11
-
12
- ## Example
13
-
14
- ```ruby
15
- require 'cybrid_api_bank_ruby'
16
-
17
- instance = CybridApiBank::ExchangeListBankModel.new(
18
- total: null,
19
- page: null,
20
- per_page: null,
21
- objects: null
22
- )
23
- ```
24
-
@@ -1,30 +0,0 @@
1
- # CybridApiBank::ExchangeSettlementBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **guid** | **String** | Auto-generated unique identifier for the exchange settlement. | [optional] |
8
- | **exchange_guid** | **String** | The identifier of the exchange that corresponds to this settlement. | [optional] |
9
- | **name** | **String** | The name of the exchange settlement. | [optional] |
10
- | **trade_guids** | **Array<String>** | The exchange settlement's set of included trade guids. | [optional] |
11
- | **exchange_settlement_obligation_guids** | **Array<String>** | The exchange settlement's set of obligation guids. | [optional] |
12
- | **state** | **String** | The exchange settlement's state | [optional] |
13
- | **created_at** | **Time** | ISO8601 datetime the exchange settlement was created at. | [optional] |
14
-
15
- ## Example
16
-
17
- ```ruby
18
- require 'cybrid_api_bank_ruby'
19
-
20
- instance = CybridApiBank::ExchangeSettlementBankModel.new(
21
- guid: null,
22
- exchange_guid: null,
23
- name: null,
24
- trade_guids: null,
25
- exchange_settlement_obligation_guids: null,
26
- state: null,
27
- created_at: null
28
- )
29
- ```
30
-
@@ -1,32 +0,0 @@
1
- # CybridApiBank::ExchangeSettlementExpectedPaymentBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **guid** | **String** | Auto-generated unique identifier for the exchange settlement expected payment. | [optional] |
8
- | **exchange_settlement_obligation_guid** | **String** | The identifier of the exchange settlement obligation that this payment is associated with. | [optional] |
9
- | **sequence_number** | **Integer** | The sequence number of the expected payment | [optional] |
10
- | **payment_amount** | **Integer** | The amount expected to be received as part of this payment. | [optional] |
11
- | **internal_account_guid** | **String** | The identifier of the internal account that is expected to originate the payment. | [optional] |
12
- | **internal_account_type** | **String** | The type of the internal account that is expected to originate the payment. | [optional] |
13
- | **state** | **String** | The exchange settlement expected payment's state | [optional] |
14
- | **created_at** | **Time** | ISO8601 datetime the exchange settlement expected payment was created at. | [optional] |
15
-
16
- ## Example
17
-
18
- ```ruby
19
- require 'cybrid_api_bank_ruby'
20
-
21
- instance = CybridApiBank::ExchangeSettlementExpectedPaymentBankModel.new(
22
- guid: null,
23
- exchange_settlement_obligation_guid: null,
24
- sequence_number: null,
25
- payment_amount: null,
26
- internal_account_guid: null,
27
- internal_account_type: null,
28
- state: null,
29
- created_at: null
30
- )
31
- ```
32
-
@@ -1,28 +0,0 @@
1
- # CybridApiBank::ExchangeSettlementObligationBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **guid** | **String** | Auto-generated unique identifier for the exchange settlement obligation. | [optional] |
8
- | **exchange_settlement_guid** | **String** | The identifier of the exchange settlement that corresponds to this obligation. | [optional] |
9
- | **asset** | **String** | The asset code. | [optional] |
10
- | **state** | **String** | The exchange settlement's state | [optional] |
11
- | **payable_amount_estimate** | **Integer** | The account's payable estimate for this obligation. | [optional] |
12
- | **receivable_amount_estimate** | **Integer** | The account's receivable estimate for this obligation. | [optional] |
13
-
14
- ## Example
15
-
16
- ```ruby
17
- require 'cybrid_api_bank_ruby'
18
-
19
- instance = CybridApiBank::ExchangeSettlementObligationBankModel.new(
20
- guid: null,
21
- exchange_settlement_guid: null,
22
- asset: null,
23
- state: null,
24
- payable_amount_estimate: null,
25
- receivable_amount_estimate: null
26
- )
27
- ```
28
-
@@ -1,36 +0,0 @@
1
- # CybridApiBank::ExchangeSettlementPaymentOrderBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **guid** | **String** | Auto-generated unique identifier for the exchange settlement payment order. | [optional] |
8
- | **exchange_settlement_obligation_guid** | **String** | The identifier of the exchange settlement obligation that this payment is associated with. | [optional] |
9
- | **sequence_number** | **Integer** | The sequence number of the payment order | [optional] |
10
- | **payment_amount** | **Integer** | The amount expected to be received as part of this payment. | [optional] |
11
- | **internal_account_guid** | **String** | The identifier of the internal account that is expected to originate the payment. | [optional] |
12
- | **internal_account_type** | **String** | The type of the internal account that is expected to originate the payment. | [optional] |
13
- | **external_account_guid** | **String** | The identifier of the external account that is expected to receive the payment. | [optional] |
14
- | **external_account_type** | **String** | The type of the external account that is expected to receive the payment. | [optional] |
15
- | **state** | **String** | The exchange settlement payment order's state | [optional] |
16
- | **created_at** | **Time** | ISO8601 datetime the exchange settlement payment order was created at. | [optional] |
17
-
18
- ## Example
19
-
20
- ```ruby
21
- require 'cybrid_api_bank_ruby'
22
-
23
- instance = CybridApiBank::ExchangeSettlementPaymentOrderBankModel.new(
24
- guid: null,
25
- exchange_settlement_obligation_guid: null,
26
- sequence_number: null,
27
- payment_amount: null,
28
- internal_account_guid: null,
29
- internal_account_type: null,
30
- external_account_guid: null,
31
- external_account_type: null,
32
- state: null,
33
- created_at: null
34
- )
35
- ```
36
-
@@ -1,26 +0,0 @@
1
- # CybridApiBank::SystemAccountBankModel
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The account type. | [optional] |
8
- | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
9
- | **created_at** | **Time** | ISO8601 datetime the account was created at. | [optional] |
10
- | **asset_code** | **String** | The asset code. | [optional] |
11
- | **name** | **String** | The name of the account. | [optional] |
12
-
13
- ## Example
14
-
15
- ```ruby
16
- require 'cybrid_api_bank_ruby'
17
-
18
- instance = CybridApiBank::SystemAccountBankModel.new(
19
- type: null,
20
- guid: null,
21
- created_at: null,
22
- asset_code: null,
23
- name: null
24
- )
25
- ```
26
-