cybrid_api_bank_ruby 0.31.7 → 0.31.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +5 -14
- data/cybrid_api_bank_ruby.gemspec +1 -1
- data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/trading_configurations_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_trading_configuration_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trading_configuration_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trading_configuration_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/version.rb +2 -2
- data/lib/cybrid_api_bank_ruby.rb +1 -10
- data/spec/api/accounts_bank_api_spec.rb +1 -1
- data/spec/api/assets_bank_api_spec.rb +1 -1
- data/spec/api/banks_bank_api_spec.rb +1 -1
- data/spec/api/customers_bank_api_spec.rb +1 -1
- data/spec/api/identity_records_bank_api_spec.rb +1 -1
- data/spec/api/prices_bank_api_spec.rb +1 -1
- data/spec/api/quotes_bank_api_spec.rb +1 -1
- data/spec/api/symbols_bank_api_spec.rb +1 -1
- data/spec/api/trades_bank_api_spec.rb +1 -1
- data/spec/api/trading_configurations_bank_api_spec.rb +1 -1
- data/spec/api/verification_keys_bank_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_bank_model_spec.rb +1 -1
- data/spec/models/account_list_bank_model_spec.rb +1 -1
- data/spec/models/asset_bank_model_spec.rb +1 -1
- data/spec/models/asset_list_bank_model_spec.rb +1 -1
- data/spec/models/attestation_details_bank_model_spec.rb +1 -1
- data/spec/models/bank_bank_model_spec.rb +1 -1
- data/spec/models/bank_list_bank_model_spec.rb +1 -1
- data/spec/models/customer_bank_model_spec.rb +1 -1
- data/spec/models/customer_list_bank_model_spec.rb +1 -1
- data/spec/models/error_response_bank_model_spec.rb +1 -1
- data/spec/models/fee_bank_model_spec.rb +1 -1
- data/spec/models/identity_record_bank_model_spec.rb +1 -1
- data/spec/models/identity_record_list_bank_model_spec.rb +1 -1
- data/spec/models/patch_bank_bank_model_spec.rb +1 -1
- data/spec/models/post_account_bank_model_spec.rb +1 -1
- data/spec/models/post_bank_bank_model_spec.rb +1 -1
- data/spec/models/post_customer_bank_model_spec.rb +1 -1
- data/spec/models/post_fee_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_record_bank_model_spec.rb +1 -1
- data/spec/models/post_quote_bank_model_spec.rb +1 -1
- data/spec/models/post_trade_bank_model_spec.rb +1 -1
- data/spec/models/post_trading_configuration_bank_model_spec.rb +1 -1
- data/spec/models/post_verification_key_bank_model_spec.rb +1 -1
- data/spec/models/quote_bank_model_spec.rb +1 -1
- data/spec/models/quote_list_bank_model_spec.rb +1 -1
- data/spec/models/symbol_price_bank_model_spec.rb +1 -1
- data/spec/models/trade_bank_model_spec.rb +1 -1
- data/spec/models/trade_list_bank_model_spec.rb +1 -1
- data/spec/models/trading_configuration_bank_model_spec.rb +1 -1
- data/spec/models/trading_configuration_list_bank_model_spec.rb +1 -1
- data/spec/models/verification_key_bank_model_spec.rb +1 -1
- data/spec/models/verification_key_list_bank_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out +2 -2
- 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
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.4/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
- metadata +2 -38
- data/docs/CybridAccountBankModel.md +0 -28
- data/docs/ExchangeAccountBankModel.md +0 -26
- data/docs/ExchangeBankModel.md +0 -26
- data/docs/ExchangeListBankModel.md +0 -24
- data/docs/ExchangeSettlementBankModel.md +0 -30
- data/docs/ExchangeSettlementExpectedPaymentBankModel.md +0 -32
- data/docs/ExchangeSettlementObligationBankModel.md +0 -28
- data/docs/ExchangeSettlementPaymentOrderBankModel.md +0 -36
- data/docs/SystemAccountBankModel.md +0 -26
- data/lib/cybrid_api_bank_ruby/models/cybrid_account_bank_model.rb +0 -388
- data/lib/cybrid_api_bank_ruby/models/exchange_account_bank_model.rb +0 -366
- data/lib/cybrid_api_bank_ruby/models/exchange_bank_model.rb +0 -354
- data/lib/cybrid_api_bank_ruby/models/exchange_list_bank_model.rb +0 -329
- data/lib/cybrid_api_bank_ruby/models/exchange_settlement_bank_model.rb +0 -392
- data/lib/cybrid_api_bank_ruby/models/exchange_settlement_expected_payment_bank_model.rb +0 -408
- data/lib/cybrid_api_bank_ruby/models/exchange_settlement_obligation_bank_model.rb +0 -376
- data/lib/cybrid_api_bank_ruby/models/exchange_settlement_payment_order_bank_model.rb +0 -464
- data/lib/cybrid_api_bank_ruby/models/system_account_bank_model.rb +0 -366
- data/spec/models/cybrid_account_bank_model_spec.rb +0 -72
- data/spec/models/exchange_account_bank_model_spec.rb +0 -62
- data/spec/models/exchange_bank_model_spec.rb +0 -66
- data/spec/models/exchange_list_bank_model_spec.rb +0 -52
- data/spec/models/exchange_settlement_bank_model_spec.rb +0 -74
- data/spec/models/exchange_settlement_expected_payment_bank_model_spec.rb +0 -84
- data/spec/models/exchange_settlement_obligation_bank_model_spec.rb +0 -68
- data/spec/models/exchange_settlement_payment_order_bank_model_spec.rb +0 -100
- data/spec/models/system_account_bank_model_spec.rb +0 -62
data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out
CHANGED
@@ -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 ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/3.1.0 -r ./siteconf20220712-3491-y8yg11.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.
|
21
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20220712-3491-2vi1my
|
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.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220712-3491-h4887g
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220712-3491-h4887g
|
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.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220712-3491-g8o119
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220712-3491-g8o119
|
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.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220712-3491-fx7pnq
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220712-3491-fx7pnq
|
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.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220712-3491-5ok4uu
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220712-3491-5ok4uu
|
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.
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20220712-3491-2vi1my
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20220712-3491-2vi1my
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cybrid_api_bank_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.31.
|
4
|
+
version: 0.31.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cybrid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -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
|
-
|
data/docs/ExchangeBankModel.md
DELETED
@@ -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
|
-
|