snaptrade-python-sdk 11.0.148__py3-none-any.whl → 11.0.149__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/configuration.py +1 -1
- snaptrade_client/model/mleg_price_effect_strict.py +1 -1
- snaptrade_client/model/mleg_price_effect_strict.pyi +1 -1
- snaptrade_client/model/mleg_price_effect_strict_nullable.py +1 -1
- snaptrade_client/model/mleg_price_effect_strict_nullable.pyi +1 -1
- {snaptrade_python_sdk-11.0.148.dist-info → snaptrade_python_sdk-11.0.149.dist-info}/METADATA +3 -3
- {snaptrade_python_sdk-11.0.148.dist-info → snaptrade_python_sdk-11.0.149.dist-info}/RECORD +11 -11
- {snaptrade_python_sdk-11.0.148.dist-info → snaptrade_python_sdk-11.0.149.dist-info}/LICENSE +0 -0
- {snaptrade_python_sdk-11.0.148.dist-info → snaptrade_python_sdk-11.0.149.dist-info}/WHEEL +0 -0
snaptrade_client/__init__.py
CHANGED
snaptrade_client/api_client.py
CHANGED
|
@@ -1155,7 +1155,7 @@ class ApiClient:
|
|
|
1155
1155
|
self.default_headers[header_name] = header_value
|
|
1156
1156
|
self.cookie = cookie
|
|
1157
1157
|
# Set default User-Agent.
|
|
1158
|
-
self.user_agent = 'Konfig/11.0.
|
|
1158
|
+
self.user_agent = 'Konfig/11.0.149/python'
|
|
1159
1159
|
|
|
1160
1160
|
def __enter__(self):
|
|
1161
1161
|
return self
|
|
@@ -438,7 +438,7 @@ conf = snaptrade_client.Configuration(
|
|
|
438
438
|
"OS: {env}\n"\
|
|
439
439
|
"Python Version: {pyversion}\n"\
|
|
440
440
|
"Version of the API: 1.0.0\n"\
|
|
441
|
-
"SDK Package Version: 11.0.
|
|
441
|
+
"SDK Package Version: 11.0.149".\
|
|
442
442
|
format(env=sys.platform, pyversion=sys.version)
|
|
443
443
|
|
|
444
444
|
def get_host_settings(self):
|
|
@@ -31,7 +31,7 @@ class MlegPriceEffectStrict(
|
|
|
31
31
|
"""
|
|
32
32
|
This class is auto generated by Konfig (https://konfigthis.com)
|
|
33
33
|
|
|
34
|
-
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
|
|
34
|
+
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
|
|
@@ -31,7 +31,7 @@ class MlegPriceEffectStrict(
|
|
|
31
31
|
"""
|
|
32
32
|
This class is auto generated by Konfig (https://konfigthis.com)
|
|
33
33
|
|
|
34
|
-
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
|
|
34
|
+
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
@schemas.classproperty
|
|
@@ -34,7 +34,7 @@ class MlegPriceEffectStrictNullable(
|
|
|
34
34
|
"""
|
|
35
35
|
This class is auto generated by Konfig (https://konfigthis.com)
|
|
36
36
|
|
|
37
|
-
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
|
|
37
|
+
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
|
|
38
38
|
"""
|
|
39
39
|
|
|
40
40
|
|
|
@@ -34,7 +34,7 @@ class MlegPriceEffectStrictNullable(
|
|
|
34
34
|
"""
|
|
35
35
|
This class is auto generated by Konfig (https://konfigthis.com)
|
|
36
36
|
|
|
37
|
-
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
|
|
37
|
+
The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
|
|
38
38
|
"""
|
|
39
39
|
|
|
40
40
|
|
{snaptrade_python_sdk-11.0.148.dist-info → snaptrade_python_sdk-11.0.149.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: snaptrade-python-sdk
|
|
3
|
-
Version: 11.0.
|
|
3
|
+
Version: 11.0.149
|
|
4
4
|
Summary: Client for SnapTrade
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: SnapTrade
|
|
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
Connect brokerage accounts to your app for live positions and trading
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
[](https://pypi.org/project/snaptrade-python-sdk/11.0.149)
|
|
34
34
|
[](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
|
|
35
35
|
[](https://snaptrade.com/)
|
|
36
36
|
|
|
@@ -111,7 +111,7 @@ Python >=3.8
|
|
|
111
111
|
## Installation<a id="installation"></a>
|
|
112
112
|
|
|
113
113
|
```sh
|
|
114
|
-
pip install snaptrade-python-sdk==11.0.
|
|
114
|
+
pip install snaptrade-python-sdk==11.0.149
|
|
115
115
|
```
|
|
116
116
|
|
|
117
117
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
snaptrade_client/__init__.py,sha256=
|
|
2
|
-
snaptrade_client/api_client.py,sha256=
|
|
1
|
+
snaptrade_client/__init__.py,sha256=uUycy1A0kzIsRsOp2MCCpm8OM0PXI4NyHwXfQpSHXQI,820
|
|
2
|
+
snaptrade_client/api_client.py,sha256=U3LCyV4SUUq-mjiSlxAbKOLlCydU7fAHfPGUyMhycEU,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
5
|
snaptrade_client/apis/path_to_api.py,sha256=U2W6P3ea6gIUTB16bJ16y4fIBuaOF_TqUyGmuFF6STM,12851
|
|
@@ -81,7 +81,7 @@ snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py,sha256=Tw
|
|
|
81
81
|
snaptrade_client/client.py,sha256=p-1j4DS7DHuwClS8Kh4VHbTFB7jf-DMpkrh5PcCmYTg,2308
|
|
82
82
|
snaptrade_client/client.pyi,sha256=p-1j4DS7DHuwClS8Kh4VHbTFB7jf-DMpkrh5PcCmYTg,2308
|
|
83
83
|
snaptrade_client/client_custom.py,sha256=Jx9ulCzelMFlESjzVFQSjBlYcH4dWxSJJWZDMPLyetM,745
|
|
84
|
-
snaptrade_client/configuration.py,sha256=
|
|
84
|
+
snaptrade_client/configuration.py,sha256=xArVn51CNLu2b8_xMTzKyhZ9amaz1h2nnavonWdcyBQ,19262
|
|
85
85
|
snaptrade_client/exceptions.py,sha256=X0apI_sgQpGpa-qIqPUClReCdHAxeSuA6GW0YH_RsWg,7771
|
|
86
86
|
snaptrade_client/exceptions_base.py,sha256=LAQkaC5C61-SdBLfyMjb0K7AYJkWVuLmg2uCvHa71FM,2274
|
|
87
87
|
snaptrade_client/model/__init__.py,sha256=ayi2MIzcf0eAIsY13ToiNplV9tW-pMBFrC0I9yckGM8,350
|
|
@@ -261,10 +261,10 @@ snaptrade_client/model/mleg_order_response.py,sha256=yRcsAUCW-Oj_HDC89V1pKlPD38p
|
|
|
261
261
|
snaptrade_client/model/mleg_order_response.pyi,sha256=yRcsAUCW-Oj_HDC89V1pKlPD38p8obdgU-tQ0cUqCGY,4230
|
|
262
262
|
snaptrade_client/model/mleg_order_type_strict.py,sha256=rT7CaWvf7mqS58A6yuUm0BEIfzF_RmrlH5qvTY4FqD0,1353
|
|
263
263
|
snaptrade_client/model/mleg_order_type_strict.pyi,sha256=l1oBrGrwMC1yRTxa2W5_bCSqoNdZwITqeN5gZhYAbZk,1126
|
|
264
|
-
snaptrade_client/model/mleg_price_effect_strict.py,sha256=
|
|
265
|
-
snaptrade_client/model/mleg_price_effect_strict.pyi,sha256=
|
|
266
|
-
snaptrade_client/model/mleg_price_effect_strict_nullable.py,sha256=
|
|
267
|
-
snaptrade_client/model/mleg_price_effect_strict_nullable.pyi,sha256=
|
|
264
|
+
snaptrade_client/model/mleg_price_effect_strict.py,sha256=0FxdRqUGBHab4-IPthdlH-sPExUA4sRz_3Twq4gdmkY,1223
|
|
265
|
+
snaptrade_client/model/mleg_price_effect_strict.pyi,sha256=NlXyzI0o8HcL1dYbNLXwqcM9VmNdOEMI4UNr4QM0m4E,1070
|
|
266
|
+
snaptrade_client/model/mleg_price_effect_strict_nullable.py,sha256=IOe2czcwWTiT_R9-PwgkirjLmsbmqwbWKoRsEb-ruEk,1605
|
|
267
|
+
snaptrade_client/model/mleg_price_effect_strict_nullable.pyi,sha256=IOe2czcwWTiT_R9-PwgkirjLmsbmqwbWKoRsEb-ruEk,1605
|
|
268
268
|
snaptrade_client/model/mleg_trade_form.py,sha256=ZGJXdwlFRWuwu83PYK7Nrl-5s6dzyBklq1I-9mSwIYc,8056
|
|
269
269
|
snaptrade_client/model/mleg_trade_form.pyi,sha256=ZGJXdwlFRWuwu83PYK7Nrl-5s6dzyBklq1I-9mSwIYc,8056
|
|
270
270
|
snaptrade_client/model/mleg_trading_instrument.py,sha256=kmRuihu0UqhyqlZ6SvGLKDQ32X5L_vlTmE2_27VZnuw,3302
|
|
@@ -803,7 +803,7 @@ snaptrade_client/type/user_secret.py,sha256=pKCVhqf1rROHwa6tvoyA5OAKXCBAmNDvIQCf
|
|
|
803
803
|
snaptrade_client/type/validated_trade_body.py,sha256=ZIPBQWii_a-9zHaBCJ6bQtmL1_I7AG0zwuvkY-ZQ6R4,890
|
|
804
804
|
snaptrade_client/type_util.py,sha256=JIrMYgJzd4IJ8Ne2vqcahlPA9dVmphL9sn8gwccCB4Y,563
|
|
805
805
|
snaptrade_client/validation_metadata.py,sha256=VTN5y-NudHXok1X468J4PnGze_tGEAcs1v3gsXmcrb0,3172
|
|
806
|
-
snaptrade_python_sdk-11.0.
|
|
807
|
-
snaptrade_python_sdk-11.0.
|
|
808
|
-
snaptrade_python_sdk-11.0.
|
|
809
|
-
snaptrade_python_sdk-11.0.
|
|
806
|
+
snaptrade_python_sdk-11.0.149.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
|
|
807
|
+
snaptrade_python_sdk-11.0.149.dist-info/METADATA,sha256=22JvIuzi-SEeL--j3PV6oRZ7Iw78Qkg_qUW0IOcpyYI,100996
|
|
808
|
+
snaptrade_python_sdk-11.0.149.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
809
|
+
snaptrade_python_sdk-11.0.149.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|