init
This commit is contained in:
8
hts/OrderType.py
Normal file
8
hts/OrderType.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import Enum
|
||||
|
||||
# enum 주문 상태 세팅용
|
||||
class OrderType(Enum):
|
||||
|
||||
none = "0" # None
|
||||
sell = "1" # 매도
|
||||
buy = "2" # 매수
|
||||
Reference in New Issue
Block a user