This commit is contained in:
dosangyoon
2021-10-16 14:24:27 +09:00
parent 0a92e96d50
commit c1ce87aa37
6 changed files with 152 additions and 54 deletions

8
hts/OrderType.py Normal file
View File

@@ -0,0 +1,8 @@
from enum import Enum
# enum 주문 상태 세팅용
class OrderType(Enum):
none = "0" # None
sell = "1" # 매도
buy = "2" # 매수