ksxt 1.0.6__py3-none-any.whl → 1.0.7__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.
ksxt/parser/upbit.py CHANGED
@@ -313,6 +313,8 @@ class UpbitParser(BaseParser):
313
313
  uuid=safer.safe_string(order, "uuid"),
314
314
  account_id="",
315
315
  transaction_type=safer.safe_string(order, "side"),
316
+ order_type=safer.safe_string(order, "ord_type"),
317
+ tr_position="long",
316
318
  symbol=self.safe_symbol(base_market, safer.safe_string(order, "market")),
317
319
  price=price,
318
320
  qty=safer.safe_number(order, "volume"),
@@ -320,7 +322,6 @@ class UpbitParser(BaseParser):
320
322
  tax=0,
321
323
  fee=safer.safe_number(order, "paid_fee"),
322
324
  currency=base_market,
323
- order_type=safer.safe_string(order, "ord_type"),
324
325
  created_at=datetime.fromisoformat(safer.safe_string(order, "created_at")),
325
326
  )
326
327
 
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright © 2023 AMOSA
3
+ Copyright © 2025 AMOSA
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ksxt
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  License: MIT License
5
5
 
6
- Copyright © 2023 AMOSA
6
+ Copyright © 2025 AMOSA
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
  of this software and associated documentation files (the "Software"), to deal
@@ -100,11 +100,11 @@ ksxt/models/__pycache__/transaction.cpython-312.pyc,sha256=_3vlu_CTVyFd5Zvil8DrD
100
100
  ksxt/parser/bithumb.py,sha256=jPNISv-LBKjATGPx-ukyoZcpurSjCBlHoHva5UBEj8E,18152
101
101
  ksxt/parser/koreainvest.py,sha256=6sJ_yMmDb4IVZnEI4facxdTybtW45s9kEeiWrVXxEzs,17328
102
102
  ksxt/parser/parser.py,sha256=xdqRS69VMxFupv5dNE4Cb6vq-rmDjlIOuouHj4RP72I,5801
103
- ksxt/parser/upbit.py,sha256=0Fj5OSih8kziMzz0AijnPhw6mMS5xt96gFo2p5iRyrQ,18875
103
+ ksxt/parser/upbit.py,sha256=8C4TYwYgdu8tOiIlrJ4QhBhUVYI57hmXwMMD2GPxObM,18908
104
104
  ksxt/parser/__pycache__/bithumb.cpython-312.pyc,sha256=sOd7Q5S7o6PmvuV1i1Hn1WHj6wUB7Vt13YTR_XuCMvA,21763
105
105
  ksxt/parser/__pycache__/koreainvest.cpython-312.pyc,sha256=hLywsOyhmk0sI7-P9y7VYGd5icB1FVjGYc5ULgIKFW4,20909
106
106
  ksxt/parser/__pycache__/parser.cpython-312.pyc,sha256=tyRu43UBQ7e4T-y1Pk2R4SOVWPPjUmuEdaxvGODxq6Y,9029
107
- ksxt/parser/__pycache__/upbit.cpython-312.pyc,sha256=PjWAseVAchbrKkLOBSltTtjjy9R7Uxw_5U0QCLhkhok,23004
107
+ ksxt/parser/__pycache__/upbit.cpython-312.pyc,sha256=HU4xvFJ-sxJJTbtnwAGLqDo5rVB856u-YWhcKjHq8IY,23406
108
108
  ksxt/sample/symbol_sync.ipynb,sha256=dnUOgEKdUuEkDo_6LZjmDtVuNh4PPmCN4Ht7Pz-0L9Y,640081
109
109
  ksxt/utils/safer.py,sha256=tlXDU9KDxrrM0HT2bv45hkblIgbEYr02NygdYS0jj6c,1289
110
110
  ksxt/utils/sorter.py,sha256=j7eN1Qy7Wx3cXcWyRWyO1fVq-M24TrXvcfewPR5axF4,227
@@ -112,8 +112,8 @@ ksxt/utils/timer.py,sha256=4_rhXdQDFkKshS5utWrgTteIe71tVSTL1zNW-IjOngM,1228
112
112
  ksxt/utils/__pycache__/safer.cpython-312.pyc,sha256=w-dkk_sa768g7ViIk-YrnhaxKmOu1loBlDFfjHu4PxM,1990
113
113
  ksxt/utils/__pycache__/sorter.cpython-312.pyc,sha256=fg2obPlufrTQZLqIrzDKkX6bZQkUbdXyzZNqLjZiG3A,625
114
114
  ksxt/utils/__pycache__/timer.cpython-312.pyc,sha256=9YXIdgCoGYeTR2gV86pZO9dG6_ZZ_IUNjJ318Tnb0m0,2004
115
- ksxt-1.0.6.dist-info/LICENSE.txt,sha256=vyuXQcPOZ9BriMQz3h1k3jQTrKGsAjohf8WQHHf6xqo,1080
116
- ksxt-1.0.6.dist-info/METADATA,sha256=TshmArNcONvsT895W4msJ8DmgLXB6jXSnEeNCNjxfO8,1649
117
- ksxt-1.0.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
118
- ksxt-1.0.6.dist-info/top_level.txt,sha256=XLUhkZCur5Pe0BPUV3J0syngIPz7jBb2YlQR4epo5kI,5
119
- ksxt-1.0.6.dist-info/RECORD,,
115
+ ksxt-1.0.7.dist-info/LICENSE.txt,sha256=p2JwEVHDRuJx8UL5Xnt_pFhdC73ppwp7rYQhHqviWB8,1080
116
+ ksxt-1.0.7.dist-info/METADATA,sha256=2Yw99Tp0SO2JBNo3-WqphruPpxmkhj3QHCql9BBbcuI,1649
117
+ ksxt-1.0.7.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
118
+ ksxt-1.0.7.dist-info/top_level.txt,sha256=XLUhkZCur5Pe0BPUV3J0syngIPz7jBb2YlQR4epo5kI,5
119
+ ksxt-1.0.7.dist-info/RECORD,,
File without changes