Skip to content

Commit

Permalink
local exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
lin committed Nov 22, 2020
1 parent a1a7df5 commit 22f5347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions howtrader/trader/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ class Exchange(Enum):
"""
# CryptoCurrency
BINANCE = "BINANCE"
# Special Function
LOCAL = "LOCAL" # For local generated data


class Currency(Enum):
Expand Down

0 comments on commit 22f5347

Please sign in to comment.