0.7.30
This commit is contained in:
@@ -16,6 +16,18 @@ eventKind: string,
|
||||
* Event category.
|
||||
*/
|
||||
eventCategory: string | null,
|
||||
/**
|
||||
* Event lifecycle kind.
|
||||
*/
|
||||
eventLifecycleKind: string | null,
|
||||
/**
|
||||
* Event actionability class.
|
||||
*/
|
||||
eventActionability: string | null,
|
||||
/**
|
||||
* Whether the event is useful but not trade/candle materialized.
|
||||
*/
|
||||
nonTradeUseful: boolean | null,
|
||||
/**
|
||||
* Trade candidate flag.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user