Skip to content

Commit

Permalink
fix(quote): add missing { quoteType: "OPTION" } to QuoteOption iface
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jul 28, 2021
1 parent 9efdaa7 commit 95e64b1
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 @@ -141,6 +141,7 @@ export interface QuoteEquity extends QuoteBase {
}

export interface QuoteOption extends QuoteBase {
quoteType: "OPTION";
strike: number;
openInterest: number;
expireDate: number;
Expand Down

0 comments on commit 95e64b1

Please sign in to comment.