snaptrade-python-sdk 11.0.121__py3-none-any.whl → 11.0.123__py3-none-any.whl
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.
- snaptrade_client/__init__.py +1 -1
- snaptrade_client/api_client.py +1 -1
- snaptrade_client/apis/path_to_api.py +3 -0
- snaptrade_client/apis/paths/accounts_account_id_orders_brokerage_order_id.py +7 -0
- snaptrade_client/apis/tags/account_information_api_generated.py +2 -0
- snaptrade_client/configuration.py +1 -1
- snaptrade_client/model/account.py +5 -0
- snaptrade_client/model/account.pyi +5 -0
- snaptrade_client/model/position.py +48 -2
- snaptrade_client/model/position.pyi +48 -2
- snaptrade_client/operation_parameter_map.py +16 -0
- snaptrade_client/paths/__init__.py +1 -0
- snaptrade_client/paths/accounts_account_id_orders_brokerage_order_id/__init__.py +7 -0
- snaptrade_client/paths/accounts_account_id_orders_brokerage_order_id/get.py +561 -0
- snaptrade_client/paths/accounts_account_id_orders_brokerage_order_id/get.pyi +549 -0
- snaptrade_client/paths/trade_place/post.py +2 -2
- snaptrade_client/paths/trade_place/post.pyi +2 -2
- snaptrade_client/type/position.py +4 -0
- {snaptrade_python_sdk-11.0.121.dist-info → snaptrade_python_sdk-11.0.123.dist-info}/METADATA +44 -3
- {snaptrade_python_sdk-11.0.121.dist-info → snaptrade_python_sdk-11.0.123.dist-info}/RECORD +22 -18
- {snaptrade_python_sdk-11.0.121.dist-info → snaptrade_python_sdk-11.0.123.dist-info}/LICENSE +0 -0
- {snaptrade_python_sdk-11.0.121.dist-info → snaptrade_python_sdk-11.0.123.dist-info}/WHEEL +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
snaptrade_client/__init__.py,sha256=
|
|
2
|
-
snaptrade_client/api_client.py,sha256=
|
|
1
|
+
snaptrade_client/__init__.py,sha256=mXJdmUB27iNHWcKXaxreEpT3c1rJVu_bMqZfH4BcEsA,820
|
|
2
|
+
snaptrade_client/api_client.py,sha256=iugGErXL5d6Et6l3-zsiknRqoHJjJ1GacySzA62Q1Jw,73975
|
|
3
3
|
snaptrade_client/api_response.py,sha256=mZn18p_TNr6OY0HXTZW5InL9iXfqsJWstYGeGD-euPA,663
|
|
4
4
|
snaptrade_client/apis/__init__.py,sha256=RTosXhMn41tMsKPUjIy-VK-_efOWzhkKiuGggJ3A6E0,214
|
|
5
|
-
snaptrade_client/apis/path_to_api.py,sha256=
|
|
5
|
+
snaptrade_client/apis/path_to_api.py,sha256=2hWUR5ysBkBQkeH1CJMm8yNq1soRlCtl9-qczoDSKCA,13530
|
|
6
6
|
snaptrade_client/apis/paths/__init__.py,sha256=oIb-tz_ei5m0RWOOB0qXTkBKu61nYtwOUlWvQbD5gFE,243
|
|
7
7
|
snaptrade_client/apis/paths/accounts.py,sha256=aHSwrwNqPSa2ikmR-WP0dg2LbRBSNBB3n3_2OTCcxs4,103
|
|
8
8
|
snaptrade_client/apis/paths/accounts_account_id.py,sha256=Xv0hHwov50tVcdtqCS-Np0BmqMhUwrvjIQLaa9yPF3U,207
|
|
@@ -15,6 +15,7 @@ snaptrade_client/apis/paths/accounts_account_id_option_strategy_option_strategy_
|
|
|
15
15
|
snaptrade_client/apis/paths/accounts_account_id_options.py,sha256=Q2BpJm_phHSqbhC-fSqsnCkL2GTGhaoHuVC51x_pLoI,138
|
|
16
16
|
snaptrade_client/apis/paths/accounts_account_id_options_chain.py,sha256=0x2p_tMUy8K8Kx1R0KQVdp5M03qwddDufPS2aZbtqO8,149
|
|
17
17
|
snaptrade_client/apis/paths/accounts_account_id_orders.py,sha256=2rP-vnv9VQm1Acdw0d8iaFYGFI5XqiP0XBYXeJ9kHaw,136
|
|
18
|
+
snaptrade_client/apis/paths/accounts_account_id_orders_brokerage_order_id.py,sha256=uvxoSTzbz8KmS9YGAc0fhs8h2nrWOVw8Z2iEzSTbGfU,171
|
|
18
19
|
snaptrade_client/apis/paths/accounts_account_id_orders_cancel.py,sha256=JPwBTe7P9cKjrJzw0vfApfYBZXwtWExU7xpTgV50zKE,152
|
|
19
20
|
snaptrade_client/apis/paths/accounts_account_id_positions.py,sha256=ovywLJiI569NLjYSgCcl1_6QGBeUT_02OAYYTHLq8Cc,142
|
|
20
21
|
snaptrade_client/apis/paths/accounts_account_id_quotes.py,sha256=_2v0DiUngr6a-Mi1EUrCfOn94e45pDhnH5Q9RdquIMA,136
|
|
@@ -61,7 +62,7 @@ snaptrade_client/apis/paths/trade_trade_id.py,sha256=obGSPVLZRpWmozwuCrxnDL2NQzN
|
|
|
61
62
|
snaptrade_client/apis/tag_to_api.py,sha256=4kBzm9kk13yI5s3At61eiaZ-B6suxtPv9Oq1z--nBks,1601
|
|
62
63
|
snaptrade_client/apis/tags/__init__.py,sha256=0gw9bF8gMwlrWqLRqYHijltHnho9T8l83Pobtm194pw,585
|
|
63
64
|
snaptrade_client/apis/tags/account_information_api.py,sha256=lbGNEG6xu9Y7xjiQnNKxafMIMwx2NA-kJraqymyd-j4,192
|
|
64
|
-
snaptrade_client/apis/tags/account_information_api_generated.py,sha256=
|
|
65
|
+
snaptrade_client/apis/tags/account_information_api_generated.py,sha256=qnlEUhHAt9OI6ismMOLY4JHIkfWO3qP6MgkjTQboQN8,1736
|
|
65
66
|
snaptrade_client/apis/tags/api_status_api.py,sha256=N4rdI4EmxVg5mxhu-Q2UVkIKgDKrZWhRmO7R_T1IkZw,156
|
|
66
67
|
snaptrade_client/apis/tags/api_status_api_generated.py,sha256=fc7Ei4Aka6gYmg1StN-TfoL77kSIh8hZhtIvb5OM2Nk,425
|
|
67
68
|
snaptrade_client/apis/tags/authentication_api.py,sha256=9QKQmKP326PcQusLJaW5XDaCb7EF0chuVDQmgo5QMGo,175
|
|
@@ -79,12 +80,12 @@ snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py,sha256=Tw
|
|
|
79
80
|
snaptrade_client/client.py,sha256=goDwWRv9909OPXDnGGYst_mr53bg6RUs4PwIvnrl_kE,2116
|
|
80
81
|
snaptrade_client/client.pyi,sha256=goDwWRv9909OPXDnGGYst_mr53bg6RUs4PwIvnrl_kE,2116
|
|
81
82
|
snaptrade_client/client_custom.py,sha256=Jx9ulCzelMFlESjzVFQSjBlYcH4dWxSJJWZDMPLyetM,745
|
|
82
|
-
snaptrade_client/configuration.py,sha256=
|
|
83
|
+
snaptrade_client/configuration.py,sha256=55-Q7ewdgFbbp4ByF_z_jls-S3mT6U5m6fOoJw49l-Y,19262
|
|
83
84
|
snaptrade_client/exceptions.py,sha256=X0apI_sgQpGpa-qIqPUClReCdHAxeSuA6GW0YH_RsWg,7771
|
|
84
85
|
snaptrade_client/exceptions_base.py,sha256=LAQkaC5C61-SdBLfyMjb0K7AYJkWVuLmg2uCvHa71FM,2274
|
|
85
86
|
snaptrade_client/model/__init__.py,sha256=ayi2MIzcf0eAIsY13ToiNplV9tW-pMBFrC0I9yckGM8,350
|
|
86
|
-
snaptrade_client/model/account.py,sha256=
|
|
87
|
-
snaptrade_client/model/account.pyi,sha256=
|
|
87
|
+
snaptrade_client/model/account.py,sha256=_tp8u_dKtFFS-lHc7nlfDNo68LiH4zCrcudyr58gsIo,15084
|
|
88
|
+
snaptrade_client/model/account.pyi,sha256=_tp8u_dKtFFS-lHc7nlfDNo68LiH4zCrcudyr58gsIo,15084
|
|
88
89
|
snaptrade_client/model/account_balance.py,sha256=ymF9edctposRKBwnaXBx1M-8n41Rcx7sF5A3keZ_LfI,5726
|
|
89
90
|
snaptrade_client/model/account_balance.pyi,sha256=ymF9edctposRKBwnaXBx1M-8n41Rcx7sF5A3keZ_LfI,5726
|
|
90
91
|
snaptrade_client/model/account_cash_restrictions.py,sha256=k23jFvKGgT18Vpw_uUfUyzcTFRdKA9fVyWxQzxXhcQk,1281
|
|
@@ -325,8 +326,8 @@ snaptrade_client/model/performance_custom_bad_tickers.py,sha256=Bsr6upKbMwdnN7Sy
|
|
|
325
326
|
snaptrade_client/model/performance_custom_bad_tickers.pyi,sha256=Bsr6upKbMwdnN7SyfjxrLDlqUTizgUaywXggDRjMths,1870
|
|
326
327
|
snaptrade_client/model/portfolio_group_id.py,sha256=5RE_TEWeQAZeHqctwrMSqt8pCtgph_t9uJQKVAS7Ed0,607
|
|
327
328
|
snaptrade_client/model/portfolio_group_id.pyi,sha256=5RE_TEWeQAZeHqctwrMSqt8pCtgph_t9uJQKVAS7Ed0,607
|
|
328
|
-
snaptrade_client/model/position.py,sha256=
|
|
329
|
-
snaptrade_client/model/position.pyi,sha256=
|
|
329
|
+
snaptrade_client/model/position.py,sha256=m4VVANpDux1W6sAUGPPHsGbJFiE5AlqnAjWvUhgBB-s,11542
|
|
330
|
+
snaptrade_client/model/position.pyi,sha256=m4VVANpDux1W6sAUGPPHsGbJFiE5AlqnAjWvUhgBB-s,11542
|
|
330
331
|
snaptrade_client/model/position_symbol.py,sha256=kopDWLHnN4pnCTlrDz9dMAeQm2s6E8C-AG5ESO7uCPU,6509
|
|
331
332
|
snaptrade_client/model/position_symbol.pyi,sha256=kopDWLHnN4pnCTlrDz9dMAeQm2s6E8C-AG5ESO7uCPU,6509
|
|
332
333
|
snaptrade_client/model/price.py,sha256=Se7jPRmTBfPyAMztvI-fBc6fNZaEHENFFY6xgqz6Gkg,1120
|
|
@@ -424,8 +425,8 @@ snaptrade_client/model/user_secret.pyi,sha256=7xf__S566WtTq7VthmdVtrCBIfgpnYWYqE
|
|
|
424
425
|
snaptrade_client/model/validated_trade_body.py,sha256=NkTel1ulgSjBd6K7vur6puEbfrg3u1vdmtUKArOu8ws,3085
|
|
425
426
|
snaptrade_client/model/validated_trade_body.pyi,sha256=NkTel1ulgSjBd6K7vur6puEbfrg3u1vdmtUKArOu8ws,3085
|
|
426
427
|
snaptrade_client/models/__init__.py,sha256=nEO5bHCM19h-AQp0rl6XNHrTZ4Aw4ffqVOPRYOPOr_I,13312
|
|
427
|
-
snaptrade_client/operation_parameter_map.py,sha256=
|
|
428
|
-
snaptrade_client/paths/__init__.py,sha256=
|
|
428
|
+
snaptrade_client/operation_parameter_map.py,sha256=SdgVXsKIpP3cTjiinbNB1RXo83-54jjubo8wicBQISk,19706
|
|
429
|
+
snaptrade_client/paths/__init__.py,sha256=gD-6_bQfAlaG-v_KwyJqWmhILBnAByMnDB4Sg5EstvE,3891
|
|
429
430
|
snaptrade_client/paths/accounts/__init__.py,sha256=_Bqi6B13A-kgd0AOpqmcE1vTxJDfoz-r3Hwf-AmwW6A,307
|
|
430
431
|
snaptrade_client/paths/accounts/get.py,sha256=MDE_4VCylBroYDkMQe9II1qCGf6gTTDGCShFyGLXf00,16463
|
|
431
432
|
snaptrade_client/paths/accounts/get.pyi,sha256=gna7qIU-95WqOFl6qTsP18ZY7SKi9CYEBAbARPAPPF4,16261
|
|
@@ -461,6 +462,9 @@ snaptrade_client/paths/accounts_account_id_options_chain/get.pyi,sha256=7qu-rIKE
|
|
|
461
462
|
snaptrade_client/paths/accounts_account_id_orders/__init__.py,sha256=zHuTi8F_iUeJNBtI08jQZe2-gAFrIDAYEl1B5y0XpTM,343
|
|
462
463
|
snaptrade_client/paths/accounts_account_id_orders/get.py,sha256=G995P3DYTYjlbOmqO1iyJSPjtO6KmFUOfGCBaozjeUU,21877
|
|
463
464
|
snaptrade_client/paths/accounts_account_id_orders/get.pyi,sha256=N23jjsdpQiilZqFXOF5Gj31PLdOXqEpKytqUwiB_AiI,21462
|
|
465
|
+
snaptrade_client/paths/accounts_account_id_orders_brokerage_order_id/__init__.py,sha256=HRMFYdm8PGjoYJ-0S1O80PZjXt3H4SBbiPvfGFFB9M0,381
|
|
466
|
+
snaptrade_client/paths/accounts_account_id_orders_brokerage_order_id/get.py,sha256=OVZhdokIR_KHFPUWXQfrEUW-trGXZZtZAPzIU8weLdI,20499
|
|
467
|
+
snaptrade_client/paths/accounts_account_id_orders_brokerage_order_id/get.pyi,sha256=a6jE3Gvx8gtbJG_dK1wqbZorv1klfZstNIfyLBaqMy4,20275
|
|
464
468
|
snaptrade_client/paths/accounts_account_id_orders_cancel/__init__.py,sha256=UIeHlsXhxZyqf4ADkLxYxJUH6ChCcSkpeML1XWjxGdI,357
|
|
465
469
|
snaptrade_client/paths/accounts_account_id_orders_cancel/post.py,sha256=PipHEDsFEytBeeXn5ydOnD5bCTHcDfW5EWmaRuuWQyQ,24559
|
|
466
470
|
snaptrade_client/paths/accounts_account_id_orders_cancel/post.pyi,sha256=r1JJmy3TEKzeu7WAXPGP5RocDF6dDwFScC_-ffesP9E,24335
|
|
@@ -587,8 +591,8 @@ snaptrade_client/paths/trade_impact/__init__.py,sha256=Ahc5LzJcfLoux_9jiEMVkF5c-
|
|
|
587
591
|
snaptrade_client/paths/trade_impact/post.py,sha256=gycxVhNtjzsgEHaPfTruKOSufJuH5jAbwYP4YsTNaW0,25430
|
|
588
592
|
snaptrade_client/paths/trade_impact/post.pyi,sha256=-um0creYorDD-UH85zUbPnONXy9ZphqZEmIakUpdJCs,25176
|
|
589
593
|
snaptrade_client/paths/trade_place/__init__.py,sha256=83mA3Q0syyXA7ghAZOOJMQumSWVhvpkP3etJxeLmZZY,313
|
|
590
|
-
snaptrade_client/paths/trade_place/post.py,sha256=
|
|
591
|
-
snaptrade_client/paths/trade_place/post.pyi,sha256=
|
|
594
|
+
snaptrade_client/paths/trade_place/post.py,sha256=5R7MtNV1Jn6H_3lbpR_fucOui9ExQCmfwz_HJf53hqA,26758
|
|
595
|
+
snaptrade_client/paths/trade_place/post.pyi,sha256=xDpMZweKxcSClPF-b0Ep6_THM1QFQF5EwHLU-Atukys,26504
|
|
592
596
|
snaptrade_client/paths/trade_trade_id/__init__.py,sha256=EDXCsrx0SP8La12CshBpoPw_Ve9bBIF-EXx3FLBIDcc,319
|
|
593
597
|
snaptrade_client/paths/trade_trade_id/post.py,sha256=MU1ydQfvpuxrMmjluX887yjofWC32cm6bi6tHbCwF0k,22385
|
|
594
598
|
snaptrade_client/paths/trade_trade_id/post.pyi,sha256=bO40OO_iPO8XykRqox6CmvlNt01Cqh0ehHviaG50ZxY,22161
|
|
@@ -720,7 +724,7 @@ snaptrade_client/type/past_value.py,sha256=mMP6TYBvtwl2937LFv_G0H3S_uXNAy1LPnRlq
|
|
|
720
724
|
snaptrade_client/type/performance_custom.py,sha256=QGx0GPYVrgGYo-bLVnijaak7ZGB-ti-1HSuEbjkAMi4,2665
|
|
721
725
|
snaptrade_client/type/performance_custom_bad_tickers.py,sha256=dkXUonxrer2IAKCdZ2XJCRZmuN5Pz8QlpKLqB7Ze7I4,435
|
|
722
726
|
snaptrade_client/type/portfolio_group_id.py,sha256=5J6sEjGjzmAWd48oyxW-zUC5t0EI4Ehz_d0htMJ93X4,394
|
|
723
|
-
snaptrade_client/type/position.py,sha256=
|
|
727
|
+
snaptrade_client/type/position.py,sha256=RzIeIl0GI2ZjLpNbbvsVVFaDfE1Mx8mxd3oDpGAwQfY,2192
|
|
724
728
|
snaptrade_client/type/position_symbol.py,sha256=DyBMR4TVpC9Dljr46iI2h39LOlnk3xBtgrZ_Cpi8yck,1704
|
|
725
729
|
snaptrade_client/type/price.py,sha256=bg4ITnU07qZjLdWjYI4FhYYpGb9sVgKnzuuox5MTKy4,385
|
|
726
730
|
snaptrade_client/type/rate_of_return_object.py,sha256=tOi03aj61p009q97yx9d1q6q4VgYYLdlT0_f24dsBhg,876
|
|
@@ -771,7 +775,7 @@ snaptrade_client/type/user_secret.py,sha256=pKCVhqf1rROHwa6tvoyA5OAKXCBAmNDvIQCf
|
|
|
771
775
|
snaptrade_client/type/validated_trade_body.py,sha256=ZIPBQWii_a-9zHaBCJ6bQtmL1_I7AG0zwuvkY-ZQ6R4,890
|
|
772
776
|
snaptrade_client/type_util.py,sha256=JIrMYgJzd4IJ8Ne2vqcahlPA9dVmphL9sn8gwccCB4Y,563
|
|
773
777
|
snaptrade_client/validation_metadata.py,sha256=VTN5y-NudHXok1X468J4PnGze_tGEAcs1v3gsXmcrb0,3172
|
|
774
|
-
snaptrade_python_sdk-11.0.
|
|
775
|
-
snaptrade_python_sdk-11.0.
|
|
776
|
-
snaptrade_python_sdk-11.0.
|
|
777
|
-
snaptrade_python_sdk-11.0.
|
|
778
|
+
snaptrade_python_sdk-11.0.123.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
|
|
779
|
+
snaptrade_python_sdk-11.0.123.dist-info/METADATA,sha256=M-7EWGbuabeKOx4SMVVTQKbtDvBIKtvDNJPW00Od3Wc,97251
|
|
780
|
+
snaptrade_python_sdk-11.0.123.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
781
|
+
snaptrade_python_sdk-11.0.123.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|