From cf7703add6e919cbb8407103bb4330e160fc831c Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Wed, 13 Apr 2022 15:56:15 +0100 Subject: [PATCH] fix(quote): optional "typeDisp" prop (#248) --- src/modules/quote.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/quote.ts b/src/modules/quote.ts index cf072363..e684d9b2 100644 --- a/src/modules/quote.ts +++ b/src/modules/quote.ts @@ -12,6 +12,7 @@ export interface QuoteBase { language: string; // "en-US", region: string; // "US", quoteType: string; // "EQUITY" | "ETF" | "MUTUALFUND"; + typeDisp?: string; // "Equity", not always present. quoteSourceName?: string; // "Delayed Quote", triggerable: boolean; // true, currency?: string; // "USD",