pyqqq 0.12.189__py3-none-any.whl → 0.12.190__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.

Potentially problematic release.


This version of pyqqq might be problematic. Click here for more details.

@@ -1066,7 +1066,7 @@ class KISSimpleDomesticStock:
1066
1066
  rejected = data.get("rfus_yn") == "1"
1067
1067
  rctf_cls = data.get("rctf_cls") # 0: 신규, 1: 정정, 2: 취소
1068
1068
 
1069
- cancelled = rctf_cls == "2" and acpt_yn == "2" and cntg_yn == "1"
1069
+ cancelled = rctf_cls == "2" and (acpt_yn == "2" or acpt_yn == "3") and cntg_yn == "1"
1070
1070
  updated = rctf_cls == "1" and acpt_yn == "2" and cntg_yn == "1"
1071
1071
  accepted = rctf_cls == "0" and acpt_yn == "1" and cntg_yn == "1"
1072
1072
  executed = cntg_yn == "2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyqqq
3
- Version: 0.12.189
3
+ Version: 0.12.190
4
4
  Summary: Package for quantitative strategy development on the PyQQQ platform
5
5
  License: MIT
6
6
  Author: PyQQQ team
@@ -18,7 +18,7 @@ pyqqq/brokerage/kis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
18
18
  pyqqq/brokerage/kis/domestic_stock.py,sha256=UKoI5aw5ezOSec4xT8EQbM_KG1v7AXq_U4_hGi8UtZQ,228281
19
19
  pyqqq/brokerage/kis/oauth.py,sha256=jA7QydFEe5NN8t0QSwEhFoFtQiwTP4fr2segcibOXVU,7805
20
20
  pyqqq/brokerage/kis/overseas_stock.py,sha256=9QUkEX13Lev5BcXMfK2GLve4xwFptOd1vXh4lDbrpYw,90096
21
- pyqqq/brokerage/kis/simple.py,sha256=FZFxG3wjdrPi6a74Vai9UEqA9cVQ2d4ZLKI37pqKPrA,42106
21
+ pyqqq/brokerage/kis/simple.py,sha256=-kZyKhAkOHq25XIgcvMlG4ii4Bl6OhnfGGnz_EHqag0,42126
22
22
  pyqqq/brokerage/kis/simple_overseas.py,sha256=1DuQBuJosg0mJQV7Ey2N3UOY8F3uOhzPDay4ncothuc,50360
23
23
  pyqqq/brokerage/kis/tr_client.py,sha256=9fTok0d8FmfXw4YxZSdn6T8UTHIG2aN1yMSkiMJUB3c,5530
24
24
  pyqqq/brokerage/multiprocess_tracker.py,sha256=Xx0hSpRZYITBGWjxclOEtNZdHV5agX94s34q1A8EE-Y,7283
@@ -53,6 +53,6 @@ pyqqq/utils/mock_api.py,sha256=7EsaVQ9mOVZQAqtQW24isPnk9QTbJII7x3guhFyEMAE,10569
53
53
  pyqqq/utils/position_classifier.py,sha256=tIbZMm_baru0F0qv6QDc5b2-oJYNvmn9HyrRr3xaAXU,14975
54
54
  pyqqq/utils/retry.py,sha256=4mw9MQvgSBC8bTLvDauaCEI5N9tL8upHCk8rSfaVRG8,2066
55
55
  pyqqq/utils/singleton.py,sha256=m6NZ8fwVDpI6U-gUUihMPgVK_NkDh-Z1NSAtjisrpjY,810
56
- pyqqq-0.12.189.dist-info/METADATA,sha256=kdlLWIhtZwLgjl28eVitwGk0-GXz7AT9S89b6hiP2iE,1664
57
- pyqqq-0.12.189.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
- pyqqq-0.12.189.dist-info/RECORD,,
56
+ pyqqq-0.12.190.dist-info/METADATA,sha256=RdwinCvEFXSQdPifaVJ8DtqEZJ0uLNy6uEmDrfFZwAM,1664
57
+ pyqqq-0.12.190.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
58
+ pyqqq-0.12.190.dist-info/RECORD,,