Skip to content

Commit

Permalink
Add NOTE to securities in TimeSeriesOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskils committed Aug 26, 2024
1 parent 1b44bb3 commit 4b08a04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TimeSeries/TimeSeriesOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ export interface TimeSeriesOptions extends MorningstarOptions {

/**
* Security to retrieve.
*
* **NOTE: When series type is `OHLCV`, only one security is supported.**
*/
securities?: Array<MorningstarSecurityOptions>;

Expand Down

0 comments on commit 4b08a04

Please sign in to comment.