Merge pull request #6397 from samgermain/todos

edited todo-lev comments
This commit is contained in:
Matthias
2022-02-16 13:36:17 +01:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@@ -8,8 +8,10 @@ class CandleType(str, Enum):
MARK = "mark"
INDEX = "index"
PREMIUMINDEX = "premiumIndex"
# TODO-lev: not sure this belongs here, as the datatype is really different
# TODO: Could take up less memory if these weren't a CandleType
FUNDING_RATE = "funding_rate"
# BORROW_RATE = "borrow_rate" # * unimplemented
@staticmethod
def from_string(value: str) -> 'CandleType':