Emit a simple "new candle" message to allow UI's to refresh charts

This commit is contained in:
Matthias
2022-10-26 20:22:58 +02:00
parent b0f430b5ac
commit 5e533b550f
4 changed files with 17 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ class RPCMessageType(str, Enum):
WHITELIST = 'whitelist'
ANALYZED_DF = 'analyzed_df'
NEW_CANDLE = 'new_candle'
def __repr__(self):
return self.value