Update candletype.py
This commit is contained in:
parent
a2b84561fe
commit
5f42ebfa4c
@ -11,7 +11,7 @@ class CandleType(str, Enum):
|
|||||||
|
|
||||||
# TODO: Could take up less memory if these weren't a CandleType
|
# TODO: Could take up less memory if these weren't a CandleType
|
||||||
FUNDING_RATE = "funding_rate"
|
FUNDING_RATE = "funding_rate"
|
||||||
BORROW_RATE = "borrow_rate" # * unimplemented
|
# BORROW_RATE = "borrow_rate" # * unimplemented
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_string(value: str) -> 'CandleType':
|
def from_string(value: str) -> 'CandleType':
|
||||||
|
Loading…
Reference in New Issue
Block a user