diff --git a/src/modules/quote.ts b/src/modules/quote.ts index e684d9b2..108f484c 100644 --- a/src/modules/quote.ts +++ b/src/modules/quote.ts @@ -16,7 +16,8 @@ export interface QuoteBase { quoteSourceName?: string; // "Delayed Quote", triggerable: boolean; // true, currency?: string; // "USD", - customPriceAlertConfidence: string; // "HIGH" | "LOW"; TODO: anything else? + // Seems to appear / disappear based not on symbol but network load (#445) + customPriceAlertConfidence?: string; // "HIGH" | "LOW"; TODO: anything else? marketState: "REGULAR" | "CLOSED" | "PRE" | "PREPRE" | "POST" | "POSTPOST"; tradeable: boolean; // false, exchange: string; // "NMS",