Skip to content

Commit

Permalink
fix(quote): optional "typeDisp" prop (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Apr 13, 2022
1 parent 4a29b47 commit cf7703a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf7703a

Please sign in to comment.