snaptrade 2.0.41 → 2.0.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -8
- data/README.md +17 -16
- data/lib/snaptrade/api/reference_data_api.rb +58 -62
- data/lib/snaptrade/models/partner_data.rb +49 -49
- data/lib/snaptrade/models/symbol_query.rb +1 -1
- data/lib/snaptrade/version.rb +1 -1
- data/spec/api/reference_data_api_spec.rb +12 -12
- data/spec/models/partner_data_spec.rb +12 -12
- metadata +100 -100
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23a2e3fed05b3c17d3f7ab8dac5541766ba2a112c6d1f14ac5e4f0f9b2ed5c29
|
4
|
+
data.tar.gz: 609e612c05e085c990ef3bfe195d62eb9849111a409c85e0b8c58f50760c9947
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7badc683104a2fe4bc32db98ae561c2865433d4fc861d3c0b73420f850757a4cecdb5fb4be78f7efdbe1bcea1839437e9c05e3f9446eeef6d9dde879ed5ab7af
|
7
|
+
data.tar.gz: 3277c3fc4f7367d6f55c699dbd27bc7abfc0b71ff67a4af619eee0ffbef9801d5805c04af1aa252d8cda41f89199b5ca7bd257eab0ed18d3ec3df5be081db038
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
snaptrade (2.0.
|
4
|
+
snaptrade (2.0.43)
|
5
5
|
faraday (>= 1.0.1, < 3.0)
|
6
6
|
faraday-multipart (~> 1.0, >= 1.0.4)
|
7
7
|
|
@@ -29,7 +29,7 @@ GEM
|
|
29
29
|
method_source (1.1.0)
|
30
30
|
multipart-post (2.4.1)
|
31
31
|
parallel (1.26.3)
|
32
|
-
parser (3.3.
|
32
|
+
parser (3.3.5.0)
|
33
33
|
ast (~> 2.4.1)
|
34
34
|
racc
|
35
35
|
pry (0.14.2)
|
@@ -42,15 +42,14 @@ GEM
|
|
42
42
|
rainbow (3.1.1)
|
43
43
|
rake (13.0.6)
|
44
44
|
regexp_parser (2.9.2)
|
45
|
-
reline (0.5.
|
45
|
+
reline (0.5.10)
|
46
46
|
io-console (~> 0.5)
|
47
|
-
rexml (3.3.
|
48
|
-
strscan
|
47
|
+
rexml (3.3.7)
|
49
48
|
rspec (3.13.0)
|
50
49
|
rspec-core (~> 3.13.0)
|
51
50
|
rspec-expectations (~> 3.13.0)
|
52
51
|
rspec-mocks (~> 3.13.0)
|
53
|
-
rspec-core (3.13.
|
52
|
+
rspec-core (3.13.1)
|
54
53
|
rspec-support (~> 3.13.0)
|
55
54
|
rspec-expectations (3.13.2)
|
56
55
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -68,11 +67,10 @@ GEM
|
|
68
67
|
rubocop-ast (>= 1.2.0, < 2.0)
|
69
68
|
ruby-progressbar (~> 1.7)
|
70
69
|
unicode-display_width (>= 1.4.0, < 3.0)
|
71
|
-
rubocop-ast (1.32.
|
70
|
+
rubocop-ast (1.32.3)
|
72
71
|
parser (>= 3.3.1.0)
|
73
72
|
ruby-progressbar (1.13.0)
|
74
73
|
ruby2_keywords (0.0.5)
|
75
|
-
strscan (3.1.0)
|
76
74
|
unicode-display_width (2.5.0)
|
77
75
|
|
78
76
|
PLATFORMS
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
Connect brokerage accounts to your app for live positions and trading
|
8
8
|
|
9
|
-
[![npm](https://img.shields.io/badge/gem-v2.0.
|
9
|
+
[![npm](https://img.shields.io/badge/gem-v2.0.43-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.43)
|
10
10
|
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
|
11
11
|
|
12
12
|
</div>
|
@@ -70,7 +70,7 @@ Connect brokerage accounts to your app for live positions and trading
|
|
70
70
|
Add to Gemfile:
|
71
71
|
|
72
72
|
```ruby
|
73
|
-
gem 'snaptrade', '~> 2.0.
|
73
|
+
gem 'snaptrade', '~> 2.0.43'
|
74
74
|
```
|
75
75
|
|
76
76
|
## Getting Started<a id="getting-started"></a>
|
@@ -1089,7 +1089,7 @@ A currency pair based on currency code for example, {CAD-USD}
|
|
1089
1089
|
|
1090
1090
|
### `snaptrade.reference_data.get_partner_info`<a id="snaptradereference_dataget_partner_info"></a>
|
1091
1091
|
|
1092
|
-
Returns
|
1092
|
+
Returns configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
1093
1093
|
|
1094
1094
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
1095
1095
|
|
@@ -1113,7 +1113,7 @@ p result
|
|
1113
1113
|
|
1114
1114
|
### `snaptrade.reference_data.get_security_types`<a id="snaptradereference_dataget_security_types"></a>
|
1115
1115
|
|
1116
|
-
|
1116
|
+
Return all available security types supported by SnapTrade.
|
1117
1117
|
|
1118
1118
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
1119
1119
|
|
@@ -1161,16 +1161,14 @@ p result
|
|
1161
1161
|
|
1162
1162
|
### `snaptrade.reference_data.get_symbols`<a id="snaptradereference_dataget_symbols"></a>
|
1163
1163
|
|
1164
|
-
Returns a list of Universal Symbol objects that match
|
1165
|
-
|
1166
|
-
Matches on ticker or name.
|
1164
|
+
Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
1167
1165
|
|
1168
1166
|
|
1169
1167
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
1170
1168
|
|
1171
1169
|
```ruby
|
1172
1170
|
result = snaptrade.reference_data.get_symbols(
|
1173
|
-
substring: "
|
1171
|
+
substring: "AAPL",
|
1174
1172
|
)
|
1175
1173
|
p result
|
1176
1174
|
```
|
@@ -1178,6 +1176,8 @@ p result
|
|
1178
1176
|
#### ⚙️ Parameters<a id="⚙️-parameters"></a>
|
1179
1177
|
|
1180
1178
|
##### substring: `String`<a id="substring-string"></a>
|
1179
|
+
The search query for symbols.
|
1180
|
+
|
1181
1181
|
#### 🔄 Return<a id="🔄-return"></a>
|
1182
1182
|
|
1183
1183
|
[UniversalSymbol](./lib/snaptrade/models/universal_symbol.rb)
|
@@ -1193,7 +1193,8 @@ p result
|
|
1193
1193
|
|
1194
1194
|
### `snaptrade.reference_data.get_symbols_by_ticker`<a id="snaptradereference_dataget_symbols_by_ticker"></a>
|
1195
1195
|
|
1196
|
-
Returns the Universal Symbol object specified by the ticker or the
|
1196
|
+
Returns the Universal Symbol object specified by the ticker or the Universal Symbol ID. When a ticker is specified, the first matching result is returned. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on "Yahoo Finance Market Coverage and Data Delays"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix. Please use the ticker with the proper suffix for the best results.
|
1197
|
+
|
1197
1198
|
|
1198
1199
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
1199
1200
|
|
@@ -1207,7 +1208,7 @@ p result
|
|
1207
1208
|
#### ⚙️ Parameters<a id="⚙️-parameters"></a>
|
1208
1209
|
|
1209
1210
|
##### query: `String`<a id="query-string"></a>
|
1210
|
-
The ticker or
|
1211
|
+
The ticker or Universal Symbol ID to look up the symbol with.
|
1211
1212
|
|
1212
1213
|
#### 🔄 Return<a id="🔄-return"></a>
|
1213
1214
|
|
@@ -1327,9 +1328,9 @@ p result
|
|
1327
1328
|
|
1328
1329
|
### `snaptrade.reference_data.symbol_search_user_account`<a id="snaptradereference_datasymbol_search_user_account"></a>
|
1329
1330
|
|
1330
|
-
Returns a list of
|
1331
|
-
|
1332
|
-
|
1331
|
+
Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
1332
|
+
|
1333
|
+
The search results are further limited to the symbols supported by the brokerage for which the account is under.
|
1333
1334
|
|
1334
1335
|
|
1335
1336
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
@@ -1339,7 +1340,7 @@ result = snaptrade.reference_data.symbol_search_user_account(
|
|
1339
1340
|
user_id: "snaptrade-user-123",
|
1340
1341
|
user_secret: "adf2aa34-8219-40f7-a6b3-60156985cc61",
|
1341
1342
|
account_id: "917c8734-8470-4a3e-a18f-57c3f2ee6631",
|
1342
|
-
substring: "
|
1343
|
+
substring: "AAPL",
|
1343
1344
|
)
|
1344
1345
|
p result
|
1345
1346
|
```
|
@@ -1349,9 +1350,9 @@ p result
|
|
1349
1350
|
##### user_id: `String`<a id="user_id-string"></a>
|
1350
1351
|
##### user_secret: `String`<a id="user_secret-string"></a>
|
1351
1352
|
##### account_id: `String`<a id="account_id-string"></a>
|
1352
|
-
The ID of the account to search for symbols within.
|
1353
|
-
|
1354
1353
|
##### substring: `String`<a id="substring-string"></a>
|
1354
|
+
The search query for symbols.
|
1355
|
+
|
1355
1356
|
#### 🔄 Return<a id="🔄-return"></a>
|
1356
1357
|
|
1357
1358
|
[UniversalSymbol](./lib/snaptrade/models/universal_symbol.rb)
|
@@ -102,9 +102,9 @@ module SnapTrade
|
|
102
102
|
end
|
103
103
|
|
104
104
|
|
105
|
-
# Get
|
105
|
+
# Get Client Info
|
106
106
|
#
|
107
|
-
# Returns
|
107
|
+
# Returns configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
108
108
|
#
|
109
109
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
110
110
|
def get_partner_info(extra: {})
|
@@ -112,17 +112,17 @@ module SnapTrade
|
|
112
112
|
data
|
113
113
|
end
|
114
114
|
|
115
|
-
# Get
|
115
|
+
# Get Client Info
|
116
116
|
#
|
117
|
-
# Returns
|
117
|
+
# Returns configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
118
118
|
#
|
119
119
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
120
120
|
def get_partner_info_with_http_info(extra: {})
|
121
121
|
get_partner_info_with_http_info_impl(extra)
|
122
122
|
end
|
123
123
|
|
124
|
-
# Get
|
125
|
-
# Returns
|
124
|
+
# Get Client Info
|
125
|
+
# Returns configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
126
126
|
# @param [Hash] opts the optional parameters
|
127
127
|
# @return [PartnerData]
|
128
128
|
private def get_partner_info_impl(opts = {})
|
@@ -130,8 +130,8 @@ module SnapTrade
|
|
130
130
|
data
|
131
131
|
end
|
132
132
|
|
133
|
-
# Get
|
134
|
-
# Returns
|
133
|
+
# Get Client Info
|
134
|
+
# Returns configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
135
135
|
# @param [Hash] opts the optional parameters
|
136
136
|
# @return [Array<(PartnerData, Integer, Hash)>] PartnerData data, response status code and response headers
|
137
137
|
private def get_partner_info_with_http_info_impl(opts = {})
|
@@ -179,9 +179,9 @@ module SnapTrade
|
|
179
179
|
end
|
180
180
|
|
181
181
|
|
182
|
-
# List
|
182
|
+
# List security types
|
183
183
|
#
|
184
|
-
#
|
184
|
+
# Return all available security types supported by SnapTrade.
|
185
185
|
#
|
186
186
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
187
187
|
def get_security_types(extra: {})
|
@@ -189,17 +189,17 @@ module SnapTrade
|
|
189
189
|
data
|
190
190
|
end
|
191
191
|
|
192
|
-
# List
|
192
|
+
# List security types
|
193
193
|
#
|
194
|
-
#
|
194
|
+
# Return all available security types supported by SnapTrade.
|
195
195
|
#
|
196
196
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
197
197
|
def get_security_types_with_http_info(extra: {})
|
198
198
|
get_security_types_with_http_info_impl(extra)
|
199
199
|
end
|
200
200
|
|
201
|
-
# List
|
202
|
-
#
|
201
|
+
# List security types
|
202
|
+
# Return all available security types supported by SnapTrade.
|
203
203
|
# @param [Hash] opts the optional parameters
|
204
204
|
# @return [Array<SecurityType>]
|
205
205
|
private def get_security_types_impl(opts = {})
|
@@ -207,8 +207,8 @@ module SnapTrade
|
|
207
207
|
data
|
208
208
|
end
|
209
209
|
|
210
|
-
# List
|
211
|
-
#
|
210
|
+
# List security types
|
211
|
+
# Return all available security types supported by SnapTrade.
|
212
212
|
# @param [Hash] opts the optional parameters
|
213
213
|
# @return [Array<(Array<SecurityType>, Integer, Hash)>] Array<SecurityType> data, response status code and response headers
|
214
214
|
private def get_security_types_with_http_info_impl(opts = {})
|
@@ -333,13 +333,11 @@ module SnapTrade
|
|
333
333
|
end
|
334
334
|
|
335
335
|
|
336
|
-
# Search
|
336
|
+
# Search symbols
|
337
337
|
#
|
338
|
-
# Returns a list of Universal Symbol objects that match
|
339
|
-
#
|
340
|
-
# Matches on ticker or name.
|
338
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
341
339
|
#
|
342
|
-
# @param substring [String]
|
340
|
+
# @param substring [String] The search query for symbols.
|
343
341
|
# @param body [SymbolQuery]
|
344
342
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
345
343
|
def get_symbols(substring: SENTINEL, extra: {})
|
@@ -350,13 +348,11 @@ module SnapTrade
|
|
350
348
|
data
|
351
349
|
end
|
352
350
|
|
353
|
-
# Search
|
351
|
+
# Search symbols
|
354
352
|
#
|
355
|
-
# Returns a list of Universal Symbol objects that match
|
356
|
-
#
|
357
|
-
# Matches on ticker or name.
|
353
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
358
354
|
#
|
359
|
-
# @param substring [String]
|
355
|
+
# @param substring [String] The search query for symbols.
|
360
356
|
# @param body [SymbolQuery]
|
361
357
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
362
358
|
def get_symbols_with_http_info(substring: SENTINEL, extra: {})
|
@@ -366,8 +362,8 @@ module SnapTrade
|
|
366
362
|
get_symbols_with_http_info_impl(extra)
|
367
363
|
end
|
368
364
|
|
369
|
-
# Search
|
370
|
-
# Returns a list of Universal Symbol objects that match
|
365
|
+
# Search symbols
|
366
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
371
367
|
# @param [Hash] opts the optional parameters
|
372
368
|
# @option opts [SymbolQuery] :symbol_query
|
373
369
|
# @return [Array<UniversalSymbol>]
|
@@ -376,8 +372,8 @@ module SnapTrade
|
|
376
372
|
data
|
377
373
|
end
|
378
374
|
|
379
|
-
# Search
|
380
|
-
# Returns a list of Universal Symbol objects that match
|
375
|
+
# Search symbols
|
376
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
381
377
|
# @param [Hash] opts the optional parameters
|
382
378
|
# @option opts [SymbolQuery] :symbol_query
|
383
379
|
# @return [Array<(Array<UniversalSymbol>, Integer, Hash)>] Array<UniversalSymbol> data, response status code and response headers
|
@@ -431,30 +427,30 @@ module SnapTrade
|
|
431
427
|
end
|
432
428
|
|
433
429
|
|
434
|
-
# Get
|
430
|
+
# Get symbol detail
|
435
431
|
#
|
436
|
-
# Returns the Universal Symbol object specified by the ticker or the
|
432
|
+
# Returns the Universal Symbol object specified by the ticker or the Universal Symbol ID. When a ticker is specified, the first matching result is returned. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on "Yahoo Finance Market Coverage and Data Delays"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix. Please use the ticker with the proper suffix for the best results.
|
437
433
|
#
|
438
|
-
# @param query [String] The ticker or
|
434
|
+
# @param query [String] The ticker or Universal Symbol ID to look up the symbol with.
|
439
435
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
440
436
|
def get_symbols_by_ticker(query:, extra: {})
|
441
437
|
data, _status_code, _headers = get_symbols_by_ticker_with_http_info_impl(query, extra)
|
442
438
|
data
|
443
439
|
end
|
444
440
|
|
445
|
-
# Get
|
441
|
+
# Get symbol detail
|
446
442
|
#
|
447
|
-
# Returns the Universal Symbol object specified by the ticker or the
|
443
|
+
# Returns the Universal Symbol object specified by the ticker or the Universal Symbol ID. When a ticker is specified, the first matching result is returned. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on "Yahoo Finance Market Coverage and Data Delays"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix. Please use the ticker with the proper suffix for the best results.
|
448
444
|
#
|
449
|
-
# @param query [String] The ticker or
|
445
|
+
# @param query [String] The ticker or Universal Symbol ID to look up the symbol with.
|
450
446
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
451
447
|
def get_symbols_by_ticker_with_http_info(query:, extra: {})
|
452
448
|
get_symbols_by_ticker_with_http_info_impl(query, extra)
|
453
449
|
end
|
454
450
|
|
455
|
-
# Get
|
456
|
-
# Returns the Universal Symbol object specified by the ticker or the
|
457
|
-
# @param query [String] The ticker or
|
451
|
+
# Get symbol detail
|
452
|
+
# Returns the Universal Symbol object specified by the ticker or the Universal Symbol ID. When a ticker is specified, the first matching result is returned. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on \"Yahoo Finance Market Coverage and Data Delays\"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix. Please use the ticker with the proper suffix for the best results.
|
453
|
+
# @param query [String] The ticker or Universal Symbol ID to look up the symbol with.
|
458
454
|
# @param [Hash] opts the optional parameters
|
459
455
|
# @return [UniversalSymbol]
|
460
456
|
private def get_symbols_by_ticker_impl(query, opts = {})
|
@@ -462,9 +458,9 @@ module SnapTrade
|
|
462
458
|
data
|
463
459
|
end
|
464
460
|
|
465
|
-
# Get
|
466
|
-
# Returns the Universal Symbol object specified by the ticker or the
|
467
|
-
# @param query [String] The ticker or
|
461
|
+
# Get symbol detail
|
462
|
+
# Returns the Universal Symbol object specified by the ticker or the Universal Symbol ID. When a ticker is specified, the first matching result is returned. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on \"Yahoo Finance Market Coverage and Data Delays\"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix. Please use the ticker with the proper suffix for the best results.
|
463
|
+
# @param query [String] The ticker or Universal Symbol ID to look up the symbol with.
|
468
464
|
# @param [Hash] opts the optional parameters
|
469
465
|
# @return [Array<(UniversalSymbol, Integer, Hash)>] UniversalSymbol data, response status code and response headers
|
470
466
|
private def get_symbols_by_ticker_with_http_info_impl(query, opts = {})
|
@@ -484,7 +480,7 @@ module SnapTrade
|
|
484
480
|
# header parameters
|
485
481
|
header_params = opts[:header_params] || {}
|
486
482
|
# HTTP header 'Accept' (if needed)
|
487
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
483
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
488
484
|
|
489
485
|
# form parameters
|
490
486
|
form_params = opts[:form_params] || {}
|
@@ -831,16 +827,16 @@ module SnapTrade
|
|
831
827
|
end
|
832
828
|
|
833
829
|
|
834
|
-
# Search
|
830
|
+
# Search account symbols
|
835
831
|
#
|
836
|
-
# Returns a list of
|
837
|
-
#
|
838
|
-
#
|
832
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
833
|
+
#
|
834
|
+
# The search results are further limited to the symbols supported by the brokerage for which the account is under.
|
839
835
|
#
|
840
836
|
# @param user_id [String]
|
841
837
|
# @param user_secret [String]
|
842
|
-
# @param account_id [String]
|
843
|
-
# @param substring [String]
|
838
|
+
# @param account_id [String]
|
839
|
+
# @param substring [String] The search query for symbols.
|
844
840
|
# @param body [SymbolQuery]
|
845
841
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
846
842
|
def symbol_search_user_account(user_id:, user_secret:, account_id:, substring: SENTINEL, extra: {})
|
@@ -851,16 +847,16 @@ module SnapTrade
|
|
851
847
|
data
|
852
848
|
end
|
853
849
|
|
854
|
-
# Search
|
850
|
+
# Search account symbols
|
855
851
|
#
|
856
|
-
# Returns a list of
|
857
|
-
#
|
858
|
-
#
|
852
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
853
|
+
#
|
854
|
+
# The search results are further limited to the symbols supported by the brokerage for which the account is under.
|
859
855
|
#
|
860
856
|
# @param user_id [String]
|
861
857
|
# @param user_secret [String]
|
862
|
-
# @param account_id [String]
|
863
|
-
# @param substring [String]
|
858
|
+
# @param account_id [String]
|
859
|
+
# @param substring [String] The search query for symbols.
|
864
860
|
# @param body [SymbolQuery]
|
865
861
|
# @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
|
866
862
|
def symbol_search_user_account_with_http_info(user_id:, user_secret:, account_id:, substring: SENTINEL, extra: {})
|
@@ -870,11 +866,11 @@ module SnapTrade
|
|
870
866
|
symbol_search_user_account_with_http_info_impl(user_id, user_secret, account_id, extra)
|
871
867
|
end
|
872
868
|
|
873
|
-
# Search
|
874
|
-
# Returns a list of
|
869
|
+
# Search account symbols
|
870
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned. The search results are further limited to the symbols supported by the brokerage for which the account is under.
|
875
871
|
# @param user_id [String]
|
876
872
|
# @param user_secret [String]
|
877
|
-
# @param account_id [String]
|
873
|
+
# @param account_id [String]
|
878
874
|
# @param [Hash] opts the optional parameters
|
879
875
|
# @option opts [SymbolQuery] :symbol_query
|
880
876
|
# @return [Array<UniversalSymbol>]
|
@@ -883,11 +879,11 @@ module SnapTrade
|
|
883
879
|
data
|
884
880
|
end
|
885
881
|
|
886
|
-
# Search
|
887
|
-
# Returns a list of
|
882
|
+
# Search account symbols
|
883
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned. The search results are further limited to the symbols supported by the brokerage for which the account is under.
|
888
884
|
# @param user_id [String]
|
889
885
|
# @param user_secret [String]
|
890
|
-
# @param account_id [String]
|
886
|
+
# @param account_id [String]
|
891
887
|
# @param [Hash] opts the optional parameters
|
892
888
|
# @option opts [SymbolQuery] :symbol_query
|
893
889
|
# @return [Array<(Array<UniversalSymbol>, Integer, Hash)>] Array<UniversalSymbol> data, response status code and response headers
|
@@ -918,7 +914,7 @@ module SnapTrade
|
|
918
914
|
# header parameters
|
919
915
|
header_params = opts[:header_params] || {}
|
920
916
|
# HTTP header 'Accept' (if needed)
|
921
|
-
header_params['Accept'] = @api_client.select_header_accept(['
|
917
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
922
918
|
# HTTP header 'Content-Type'
|
923
919
|
content_type = @api_client.select_header_content_type(['application/json'])
|
924
920
|
if !content_type.nil?
|
@@ -11,59 +11,59 @@ require 'date'
|
|
11
11
|
require 'time'
|
12
12
|
|
13
13
|
module SnapTrade
|
14
|
-
# SnapTrade
|
14
|
+
# Configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
15
15
|
class PartnerData
|
16
|
-
#
|
17
|
-
attr_accessor :
|
18
|
-
|
19
|
-
# Brokerages that can be accessed by partners
|
20
|
-
attr_accessor :allowed_brokerages
|
16
|
+
# A short, unique identifier for your company or product.
|
17
|
+
attr_accessor :slug
|
21
18
|
|
22
|
-
#
|
19
|
+
# Your company or product name.
|
23
20
|
attr_accessor :name
|
24
21
|
|
25
|
-
#
|
26
|
-
attr_accessor :slug
|
27
|
-
|
28
|
-
# URL to partner's logo
|
22
|
+
# URL to your company or product logo.
|
29
23
|
attr_accessor :logo_url
|
30
24
|
|
31
|
-
#
|
32
|
-
attr_accessor :
|
25
|
+
# Brokerages that can be accessed by your Client ID.
|
26
|
+
attr_accessor :allowed_brokerages
|
33
27
|
|
34
|
-
#
|
28
|
+
# Whether trading is enabled for your SnapTrade Client ID.
|
35
29
|
attr_accessor :can_access_trades
|
36
30
|
|
37
|
-
#
|
31
|
+
# Whether holdings data is enabled for your SnapTrade Client ID.
|
38
32
|
attr_accessor :can_access_holdings
|
39
33
|
|
40
|
-
#
|
34
|
+
# Whether account historical transactions is enabled for your SnapTrade Client ID.
|
41
35
|
attr_accessor :can_access_account_history
|
42
36
|
|
43
|
-
#
|
37
|
+
# Whether reference data is enabled for your SnapTrade Client ID.
|
44
38
|
attr_accessor :can_access_reference_data
|
45
39
|
|
46
|
-
#
|
40
|
+
# Whether portfolio management is enabled for your SnapTrade Client ID.
|
47
41
|
attr_accessor :can_access_portfolio_management
|
48
42
|
|
49
|
-
#
|
43
|
+
# Whether recent order history is enabled for your SnapTrade Client ID.
|
50
44
|
attr_accessor :can_access_orders
|
51
45
|
|
46
|
+
# URI to redirect user back to after user is done adding brokerage connections.
|
47
|
+
attr_accessor :redirect_uri
|
48
|
+
|
49
|
+
# Shows if pin is required by users to access connection page. This field has been deprecated.
|
50
|
+
attr_accessor :pin_required
|
51
|
+
|
52
52
|
# Attribute mapping from ruby-style variable name to JSON key.
|
53
53
|
def self.attribute_map
|
54
54
|
{
|
55
|
-
:'redirect_uri' => :'redirect_uri',
|
56
|
-
:'allowed_brokerages' => :'allowed_brokerages',
|
57
|
-
:'name' => :'name',
|
58
55
|
:'slug' => :'slug',
|
56
|
+
:'name' => :'name',
|
59
57
|
:'logo_url' => :'logo_url',
|
60
|
-
:'
|
58
|
+
:'allowed_brokerages' => :'allowed_brokerages',
|
61
59
|
:'can_access_trades' => :'can_access_trades',
|
62
60
|
:'can_access_holdings' => :'can_access_holdings',
|
63
61
|
:'can_access_account_history' => :'can_access_account_history',
|
64
62
|
:'can_access_reference_data' => :'can_access_reference_data',
|
65
63
|
:'can_access_portfolio_management' => :'can_access_portfolio_management',
|
66
|
-
:'can_access_orders' => :'can_access_orders'
|
64
|
+
:'can_access_orders' => :'can_access_orders',
|
65
|
+
:'redirect_uri' => :'redirect_uri',
|
66
|
+
:'pin_required' => :'pin_required'
|
67
67
|
}
|
68
68
|
end
|
69
69
|
|
@@ -75,18 +75,18 @@ module SnapTrade
|
|
75
75
|
# Attribute type mapping.
|
76
76
|
def self.openapi_types
|
77
77
|
{
|
78
|
-
:'redirect_uri' => :'String',
|
79
|
-
:'allowed_brokerages' => :'Array<Brokerage>',
|
80
|
-
:'name' => :'String',
|
81
78
|
:'slug' => :'String',
|
79
|
+
:'name' => :'String',
|
82
80
|
:'logo_url' => :'String',
|
83
|
-
:'
|
81
|
+
:'allowed_brokerages' => :'Array<Brokerage>',
|
84
82
|
:'can_access_trades' => :'Boolean',
|
85
83
|
:'can_access_holdings' => :'Boolean',
|
86
84
|
:'can_access_account_history' => :'Boolean',
|
87
85
|
:'can_access_reference_data' => :'Boolean',
|
88
86
|
:'can_access_portfolio_management' => :'Boolean',
|
89
|
-
:'can_access_orders' => :'Boolean'
|
87
|
+
:'can_access_orders' => :'Boolean',
|
88
|
+
:'redirect_uri' => :'String',
|
89
|
+
:'pin_required' => :'Boolean'
|
90
90
|
}
|
91
91
|
end
|
92
92
|
|
@@ -111,30 +111,22 @@ module SnapTrade
|
|
111
111
|
h[k.to_sym] = v
|
112
112
|
}
|
113
113
|
|
114
|
-
if attributes.key?(:'
|
115
|
-
self.
|
116
|
-
end
|
117
|
-
|
118
|
-
if attributes.key?(:'allowed_brokerages')
|
119
|
-
if (value = attributes[:'allowed_brokerages']).is_a?(Array)
|
120
|
-
self.allowed_brokerages = value
|
121
|
-
end
|
114
|
+
if attributes.key?(:'slug')
|
115
|
+
self.slug = attributes[:'slug']
|
122
116
|
end
|
123
117
|
|
124
118
|
if attributes.key?(:'name')
|
125
119
|
self.name = attributes[:'name']
|
126
120
|
end
|
127
121
|
|
128
|
-
if attributes.key?(:'slug')
|
129
|
-
self.slug = attributes[:'slug']
|
130
|
-
end
|
131
|
-
|
132
122
|
if attributes.key?(:'logo_url')
|
133
123
|
self.logo_url = attributes[:'logo_url']
|
134
124
|
end
|
135
125
|
|
136
|
-
if attributes.key?(:'
|
137
|
-
|
126
|
+
if attributes.key?(:'allowed_brokerages')
|
127
|
+
if (value = attributes[:'allowed_brokerages']).is_a?(Array)
|
128
|
+
self.allowed_brokerages = value
|
129
|
+
end
|
138
130
|
end
|
139
131
|
|
140
132
|
if attributes.key?(:'can_access_trades')
|
@@ -160,6 +152,14 @@ module SnapTrade
|
|
160
152
|
if attributes.key?(:'can_access_orders')
|
161
153
|
self.can_access_orders = attributes[:'can_access_orders']
|
162
154
|
end
|
155
|
+
|
156
|
+
if attributes.key?(:'redirect_uri')
|
157
|
+
self.redirect_uri = attributes[:'redirect_uri']
|
158
|
+
end
|
159
|
+
|
160
|
+
if attributes.key?(:'pin_required')
|
161
|
+
self.pin_required = attributes[:'pin_required']
|
162
|
+
end
|
163
163
|
end
|
164
164
|
|
165
165
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -180,18 +180,18 @@ module SnapTrade
|
|
180
180
|
def ==(o)
|
181
181
|
return true if self.equal?(o)
|
182
182
|
self.class == o.class &&
|
183
|
-
redirect_uri == o.redirect_uri &&
|
184
|
-
allowed_brokerages == o.allowed_brokerages &&
|
185
|
-
name == o.name &&
|
186
183
|
slug == o.slug &&
|
184
|
+
name == o.name &&
|
187
185
|
logo_url == o.logo_url &&
|
188
|
-
|
186
|
+
allowed_brokerages == o.allowed_brokerages &&
|
189
187
|
can_access_trades == o.can_access_trades &&
|
190
188
|
can_access_holdings == o.can_access_holdings &&
|
191
189
|
can_access_account_history == o.can_access_account_history &&
|
192
190
|
can_access_reference_data == o.can_access_reference_data &&
|
193
191
|
can_access_portfolio_management == o.can_access_portfolio_management &&
|
194
|
-
can_access_orders == o.can_access_orders
|
192
|
+
can_access_orders == o.can_access_orders &&
|
193
|
+
redirect_uri == o.redirect_uri &&
|
194
|
+
pin_required == o.pin_required
|
195
195
|
end
|
196
196
|
|
197
197
|
# @see the `==` method
|
@@ -203,7 +203,7 @@ module SnapTrade
|
|
203
203
|
# Calculates hash code according to all attributes.
|
204
204
|
# @return [Integer] Hash code
|
205
205
|
def hash
|
206
|
-
[
|
206
|
+
[slug, name, logo_url, allowed_brokerages, can_access_trades, can_access_holdings, can_access_account_history, can_access_reference_data, can_access_portfolio_management, can_access_orders, redirect_uri, pin_required].hash
|
207
207
|
end
|
208
208
|
|
209
209
|
# Builds the object from hash
|
data/lib/snaptrade/version.rb
CHANGED
@@ -40,8 +40,8 @@ describe 'ReferenceDataApi' do
|
|
40
40
|
end
|
41
41
|
|
42
42
|
# unit tests for get_partner_info
|
43
|
-
# Get
|
44
|
-
# Returns
|
43
|
+
# Get Client Info
|
44
|
+
# Returns configurations for your SnapTrade Client ID, including allowed brokerages and data access.
|
45
45
|
# @param [Hash] opts the optional parameters
|
46
46
|
# @return [PartnerData]
|
47
47
|
describe 'get_partner_info test' do
|
@@ -51,8 +51,8 @@ describe 'ReferenceDataApi' do
|
|
51
51
|
end
|
52
52
|
|
53
53
|
# unit tests for get_security_types
|
54
|
-
# List
|
55
|
-
#
|
54
|
+
# List security types
|
55
|
+
# Return all available security types supported by SnapTrade.
|
56
56
|
# @param [Hash] opts the optional parameters
|
57
57
|
# @return [Array<SecurityType>]
|
58
58
|
describe 'get_security_types test' do
|
@@ -73,8 +73,8 @@ describe 'ReferenceDataApi' do
|
|
73
73
|
end
|
74
74
|
|
75
75
|
# unit tests for get_symbols
|
76
|
-
# Search
|
77
|
-
# Returns a list of Universal Symbol objects that match
|
76
|
+
# Search symbols
|
77
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned.
|
78
78
|
# @param [Hash] opts the optional parameters
|
79
79
|
# @option opts [SymbolQuery] :symbol_query
|
80
80
|
# @return [Array<UniversalSymbol>]
|
@@ -85,9 +85,9 @@ describe 'ReferenceDataApi' do
|
|
85
85
|
end
|
86
86
|
|
87
87
|
# unit tests for get_symbols_by_ticker
|
88
|
-
# Get
|
89
|
-
# Returns the Universal Symbol object specified by the ticker or the
|
90
|
-
# @param query The ticker or
|
88
|
+
# Get symbol detail
|
89
|
+
# Returns the Universal Symbol object specified by the ticker or the Universal Symbol ID. When a ticker is specified, the first matching result is returned. We largely follow the [Yahoo Finance ticker format](https://help.yahoo.com/kb/SLN2310.html)(click on \"Yahoo Finance Market Coverage and Data Delays\"). For example, for securities traded on the Toronto Stock Exchange, the symbol has a '.TO' suffix. For securities traded on NASDAQ or NYSE, the symbol does not have a suffix. Please use the ticker with the proper suffix for the best results.
|
90
|
+
# @param query The ticker or Universal Symbol ID to look up the symbol with.
|
91
91
|
# @param [Hash] opts the optional parameters
|
92
92
|
# @return [UniversalSymbol]
|
93
93
|
describe 'get_symbols_by_ticker test' do
|
@@ -142,11 +142,11 @@ describe 'ReferenceDataApi' do
|
|
142
142
|
end
|
143
143
|
|
144
144
|
# unit tests for symbol_search_user_account
|
145
|
-
# Search
|
146
|
-
# Returns a list of
|
145
|
+
# Search account symbols
|
146
|
+
# Returns a list of Universal Symbol objects that match the given query. The matching takes into consideration both the ticker and the name of the symbol. Only the first 20 results are returned. The search results are further limited to the symbols supported by the brokerage for which the account is under.
|
147
147
|
# @param user_id
|
148
148
|
# @param user_secret
|
149
|
-
# @param account_id
|
149
|
+
# @param account_id
|
150
150
|
# @param [Hash] opts the optional parameters
|
151
151
|
# @option opts [SymbolQuery] :symbol_query
|
152
152
|
# @return [Array<UniversalSymbol>]
|
@@ -20,73 +20,73 @@ describe SnapTrade::PartnerData do
|
|
20
20
|
expect(instance).to be_instance_of(SnapTrade::PartnerData)
|
21
21
|
end
|
22
22
|
end
|
23
|
-
describe 'test attribute "
|
23
|
+
describe 'test attribute "slug"' do
|
24
24
|
it 'should work' do
|
25
25
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
26
26
|
end
|
27
27
|
end
|
28
28
|
|
29
|
-
describe 'test attribute "
|
29
|
+
describe 'test attribute "name"' do
|
30
30
|
it 'should work' do
|
31
31
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
-
describe 'test attribute "
|
35
|
+
describe 'test attribute "logo_url"' do
|
36
36
|
it 'should work' do
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
-
describe 'test attribute "
|
41
|
+
describe 'test attribute "allowed_brokerages"' do
|
42
42
|
it 'should work' do
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
47
|
-
describe 'test attribute "
|
47
|
+
describe 'test attribute "can_access_trades"' do
|
48
48
|
it 'should work' do
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
|
-
describe 'test attribute "
|
53
|
+
describe 'test attribute "can_access_holdings"' do
|
54
54
|
it 'should work' do
|
55
55
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
59
|
-
describe 'test attribute "
|
59
|
+
describe 'test attribute "can_access_account_history"' do
|
60
60
|
it 'should work' do
|
61
61
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
|
-
describe 'test attribute "
|
65
|
+
describe 'test attribute "can_access_reference_data"' do
|
66
66
|
it 'should work' do
|
67
67
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
71
|
-
describe 'test attribute "
|
71
|
+
describe 'test attribute "can_access_portfolio_management"' do
|
72
72
|
it 'should work' do
|
73
73
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
|
-
describe 'test attribute "
|
77
|
+
describe 'test attribute "can_access_orders"' do
|
78
78
|
it 'should work' do
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
83
|
-
describe 'test attribute "
|
83
|
+
describe 'test attribute "redirect_uri"' do
|
84
84
|
it 'should work' do
|
85
85
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
|
-
describe 'test attribute "
|
89
|
+
describe 'test attribute "pin_required"' do
|
90
90
|
it 'should work' do
|
91
91
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
92
92
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snaptrade
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SnapTrade
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -355,125 +355,125 @@ signing_key:
|
|
355
355
|
specification_version: 4
|
356
356
|
summary: SnapTrade Ruby Gem
|
357
357
|
test_files:
|
358
|
-
- spec/api/reference_data_api_spec.rb
|
359
|
-
- spec/api/connections_api_spec.rb
|
360
|
-
- spec/api/api_status_api_spec.rb
|
361
358
|
- spec/api/trading_api_spec.rb
|
362
|
-
- spec/api/
|
363
|
-
- spec/api/options_api_spec.rb
|
359
|
+
- spec/api/connections_api_spec.rb
|
364
360
|
- spec/api/authentication_api_spec.rb
|
365
361
|
- spec/api/transactions_and_reporting_api_spec.rb
|
362
|
+
- spec/api/account_information_api_spec.rb
|
363
|
+
- spec/api/options_api_spec.rb
|
364
|
+
- spec/api/api_status_api_spec.rb
|
365
|
+
- spec/api/reference_data_api_spec.rb
|
366
366
|
- spec/api_client_spec.rb
|
367
367
|
- spec/configuration_spec.rb
|
368
368
|
- spec/getting_started_spec.rb
|
369
|
-
- spec/models/
|
370
|
-
- spec/models/
|
371
|
-
- spec/models/
|
372
|
-
- spec/models/
|
373
|
-
- spec/models/underlying_symbol_exchange_spec.rb
|
374
|
-
- spec/models/type_spec.rb
|
375
|
-
- spec/models/sub_period_return_rate_spec.rb
|
376
|
-
- spec/models/brokerage_spec.rb
|
377
|
-
- spec/models/underlying_symbol_spec.rb
|
369
|
+
- spec/models/validated_trade_body_spec.rb
|
370
|
+
- spec/models/connections_session_events200_response_inner_spec.rb
|
371
|
+
- spec/models/option_leg_spec.rb
|
372
|
+
- spec/models/currency_spec.rb
|
378
373
|
- spec/models/model404_failed_request_response_spec.rb
|
379
|
-
- spec/models/
|
380
|
-
- spec/models/
|
381
|
-
- spec/models/manual_trade_form_spec.rb
|
382
|
-
- spec/models/option_strategy_legs_inner_spec.rb
|
383
|
-
- spec/models/session_event_type_spec.rb
|
374
|
+
- spec/models/sub_period_return_rate_spec.rb
|
375
|
+
- spec/models/options_symbol_spec.rb
|
384
376
|
- spec/models/account_holdings_spec.rb
|
385
|
-
- spec/models/
|
386
|
-
- spec/models/
|
387
|
-
- spec/models/
|
388
|
-
- spec/models/
|
389
|
-
- spec/models/
|
390
|
-
- spec/models/net_dividend_spec.rb
|
391
|
-
- spec/models/manual_trade_balance_spec.rb
|
392
|
-
- spec/models/session_event_spec.rb
|
393
|
-
- spec/models/option_strategy_spec.rb
|
394
|
-
- spec/models/authentication_login_snap_trade_user200_response_spec.rb
|
395
|
-
- spec/models/partner_data_spec.rb
|
396
|
-
- spec/models/account_balance_total_spec.rb
|
397
|
-
- spec/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner_spec.rb
|
398
|
-
- spec/models/options_position_currency_spec.rb
|
399
|
-
- spec/models/universal_activity_spec.rb
|
400
|
-
- spec/models/symbol_figi_instrument_spec.rb
|
401
|
-
- spec/models/action_strict_spec.rb
|
402
|
-
- spec/models/options_position_spec.rb
|
403
|
-
- spec/models/balance_spec.rb
|
404
|
-
- spec/models/strategy_quotes_spec.rb
|
377
|
+
- spec/models/manual_trade_form_notional_value_spec.rb
|
378
|
+
- spec/models/brokerage_type_spec.rb
|
379
|
+
- spec/models/encrypted_response_spec.rb
|
380
|
+
- spec/models/account_order_record_spec.rb
|
381
|
+
- spec/models/snap_trade_register_user_request_body_spec.rb
|
405
382
|
- spec/models/dividend_at_date_spec.rb
|
406
|
-
- spec/models/net_contributions_spec.rb
|
407
|
-
- spec/models/model403_failed_request_response_spec.rb
|
408
|
-
- spec/models/currency_spec.rb
|
409
|
-
- spec/models/strategy_order_record_status_spec.rb
|
410
|
-
- spec/models/option_leg_spec.rb
|
411
|
-
- spec/models/login_redirect_uri_spec.rb
|
412
|
-
- spec/models/status_spec.rb
|
413
|
-
- spec/models/account_spec.rb
|
414
383
|
- spec/models/option_leg_action_spec.rb
|
384
|
+
- spec/models/manual_trade_impact_spec.rb
|
385
|
+
- spec/models/options_position_spec.rb
|
386
|
+
- spec/models/option_strategy_spec.rb
|
415
387
|
- spec/models/us_exchange_spec.rb
|
416
|
-
- spec/models/
|
417
|
-
- spec/models/
|
418
|
-
- spec/models/
|
419
|
-
- spec/models/symbol_spec.rb
|
420
|
-
- spec/models/underlying_symbol_type_spec.rb
|
421
|
-
- spec/models/security_type_spec.rb
|
388
|
+
- spec/models/model402_brokerage_auth_disabled_response_spec.rb
|
389
|
+
- spec/models/manual_trade_balance_spec.rb
|
390
|
+
- spec/models/login_redirect_uri_spec.rb
|
422
391
|
- spec/models/account_order_record_option_symbol_spec.rb
|
423
|
-
- spec/models/
|
424
|
-
- spec/models/
|
425
|
-
- spec/models/account_balance_spec.rb
|
426
|
-
- spec/models/validated_trade_body_spec.rb
|
392
|
+
- spec/models/account_order_record_universal_symbol_spec.rb
|
393
|
+
- spec/models/option_chain_inner_chain_per_root_inner_spec.rb
|
427
394
|
- spec/models/brokerage_authorization_refresh_confirmation_spec.rb
|
428
|
-
- spec/models/options_symbol_spec.rb
|
429
|
-
- spec/models/exchange_rate_pairs_spec.rb
|
430
|
-
- spec/models/manual_trade_impact_spec.rb
|
431
|
-
- spec/models/manual_trade_and_impact_spec.rb
|
432
|
-
- spec/models/auth_type_spec.rb
|
433
|
-
- spec/models/model500_unexpected_exception_response_spec.rb
|
434
|
-
- spec/models/symbol_exchange_spec.rb
|
435
|
-
- spec/models/brokerage_authorization_type_read_only_spec.rb
|
436
395
|
- spec/models/manual_trade_symbol_spec.rb
|
437
|
-
- spec/models/
|
438
|
-
- spec/models/model403_feature_not_enabled_response_spec.rb
|
439
|
-
- spec/models/manual_trade_spec.rb
|
440
|
-
- spec/models/account_order_record_spec.rb
|
441
|
-
- spec/models/trading_cancel_user_account_order_request_spec.rb
|
442
|
-
- spec/models/manual_trade_form_notional_value_spec.rb
|
443
|
-
- spec/models/order_type_strict_spec.rb
|
444
|
-
- spec/models/notional_value_spec.rb
|
445
|
-
- spec/models/brokerage_authorization_disabled_confirmation_spec.rb
|
446
|
-
- spec/models/universal_activity_symbol_spec.rb
|
447
|
-
- spec/models/universal_activity_option_symbol_spec.rb
|
448
|
-
- spec/models/option_type_spec.rb
|
396
|
+
- spec/models/account_spec.rb
|
449
397
|
- spec/models/snap_trade_holdings_total_value_spec.rb
|
450
|
-
- spec/models/
|
451
|
-
- spec/models/
|
452
|
-
- spec/models/
|
453
|
-
- spec/models/
|
454
|
-
- spec/models/
|
398
|
+
- spec/models/account_simple_spec.rb
|
399
|
+
- spec/models/option_chain_inner_spec.rb
|
400
|
+
- spec/models/brokerage_authorization_type_read_only_spec.rb
|
401
|
+
- spec/models/snap_trade_login_user_request_body_spec.rb
|
402
|
+
- spec/models/strategy_quotes_spec.rb
|
403
|
+
- spec/models/net_dividend_spec.rb
|
404
|
+
- spec/models/symbol_query_spec.rb
|
405
|
+
- spec/models/authentication_login_snap_trade_user200_response_spec.rb
|
406
|
+
- spec/models/brokerage_authorization_spec.rb
|
407
|
+
- spec/models/connection_type_spec.rb
|
408
|
+
- spec/models/model403_failed_request_response_spec.rb
|
409
|
+
- spec/models/universal_activity_spec.rb
|
410
|
+
- spec/models/manual_trade_form_spec.rb
|
411
|
+
- spec/models/snap_trade_holdings_account_spec.rb
|
455
412
|
- spec/models/position_spec.rb
|
456
|
-
- spec/models/
|
413
|
+
- spec/models/trading_cancel_user_account_order_request_spec.rb
|
414
|
+
- spec/models/symbols_quotes_inner_spec.rb
|
457
415
|
- spec/models/model402_brokerage_auth_already_disabled_exception_spec.rb
|
458
|
-
- spec/models/
|
459
|
-
- spec/models/
|
460
|
-
- spec/models/
|
461
|
-
- spec/models/
|
416
|
+
- spec/models/options_place_option_strategy_request_spec.rb
|
417
|
+
- spec/models/account_balance_spec.rb
|
418
|
+
- spec/models/universal_activity_symbol_spec.rb
|
419
|
+
- spec/models/partner_data_spec.rb
|
420
|
+
- spec/models/action_strict_spec.rb
|
421
|
+
- spec/models/model401_failed_request_response_spec.rb
|
422
|
+
- spec/models/symbol_spec.rb
|
423
|
+
- spec/models/options_position_currency_spec.rb
|
424
|
+
- spec/models/option_type_spec.rb
|
425
|
+
- spec/models/holdings_status_spec.rb
|
426
|
+
- spec/models/session_event_type_spec.rb
|
462
427
|
- spec/models/figi_instrument_spec.rb
|
463
|
-
- spec/models/
|
464
|
-
- spec/models/
|
465
|
-
- spec/models/
|
466
|
-
- spec/models/
|
467
|
-
- spec/models/
|
428
|
+
- spec/models/model403_feature_not_enabled_response_spec.rb
|
429
|
+
- spec/models/net_contributions_spec.rb
|
430
|
+
- spec/models/auth_type_spec.rb
|
431
|
+
- spec/models/strategy_type_spec.rb
|
432
|
+
- spec/models/manual_trade_spec.rb
|
433
|
+
- spec/models/underlying_symbol_exchange_spec.rb
|
468
434
|
- spec/models/account_order_record_status_spec.rb
|
469
|
-
- spec/models/
|
470
|
-
- spec/models/
|
435
|
+
- spec/models/exchange_rate_pairs_spec.rb
|
436
|
+
- spec/models/symbol_figi_instrument_spec.rb
|
471
437
|
- spec/models/delete_user_response_spec.rb
|
472
|
-
- spec/models/
|
473
|
-
- spec/models/
|
474
|
-
- spec/models/
|
438
|
+
- spec/models/brokerage_authorization_disabled_confirmation_spec.rb
|
439
|
+
- spec/models/order_type_strict_spec.rb
|
440
|
+
- spec/models/options_get_option_strategy_request_spec.rb
|
475
441
|
- spec/models/option_brokerage_symbol_spec.rb
|
476
|
-
- spec/models/
|
442
|
+
- spec/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner_spec.rb
|
443
|
+
- spec/models/account_sync_status_spec.rb
|
444
|
+
- spec/models/universal_activity_option_symbol_spec.rb
|
445
|
+
- spec/models/model500_unexpected_exception_response_spec.rb
|
446
|
+
- spec/models/manual_trade_and_impact_spec.rb
|
447
|
+
- spec/models/connection_portal_version_spec.rb
|
448
|
+
- spec/models/underlying_symbol_type_spec.rb
|
449
|
+
- spec/models/balance_spec.rb
|
450
|
+
- spec/models/universal_activity_currency_spec.rb
|
451
|
+
- spec/models/type_spec.rb
|
452
|
+
- spec/models/symbol_exchange_spec.rb
|
453
|
+
- spec/models/exchange_spec.rb
|
454
|
+
- spec/models/symbol_currency_spec.rb
|
455
|
+
- spec/models/position_symbol_spec.rb
|
456
|
+
- spec/models/performance_custom_spec.rb
|
457
|
+
- spec/models/status_spec.rb
|
458
|
+
- spec/models/brokerage_spec.rb
|
459
|
+
- spec/models/strategy_order_record_status_spec.rb
|
460
|
+
- spec/models/monthly_dividends_spec.rb
|
461
|
+
- spec/models/strategy_order_record_spec.rb
|
462
|
+
- spec/models/time_in_force_strict_spec.rb
|
477
463
|
- spec/models/model400_failed_request_response_spec.rb
|
464
|
+
- spec/models/past_value_spec.rb
|
465
|
+
- spec/models/encrypted_response_encrypted_message_data_spec.rb
|
478
466
|
- spec/models/account_holdings_account_spec.rb
|
467
|
+
- spec/models/option_strategy_legs_inner_spec.rb
|
468
|
+
- spec/models/account_balance_total_spec.rb
|
469
|
+
- spec/models/transactions_status_spec.rb
|
470
|
+
- spec/models/security_type_spec.rb
|
471
|
+
- spec/models/balance_currency_spec.rb
|
472
|
+
- spec/models/session_event_spec.rb
|
473
|
+
- spec/models/brokerage_authorization_type_read_only_brokerage_spec.rb
|
474
|
+
- spec/models/notional_value_spec.rb
|
475
|
+
- spec/models/user_i_dand_secret_spec.rb
|
476
|
+
- spec/models/universal_symbol_spec.rb
|
477
|
+
- spec/models/underlying_symbol_spec.rb
|
478
|
+
- spec/models/strategy_quotes_greek_spec.rb
|
479
479
|
- spec/spec_helper.rb
|