Skip to content

Commit

Permalink
add regular_trading_change and regular_trading_change_percent to the …
Browse files Browse the repository at this point in the history
…universal snapshot session response (#203)
  • Loading branch information
HunterL authored Oct 22, 2024
1 parent 24ee29e commit f902983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rest/universal/universalSnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export interface UniversalSnapshotSession {
change_percent?: number;
early_trading_change?: number;
early_trading_change_percent?: number;
regular_trading_change?: number;
regular_trading_change_percent?: number;
late_trading_change?: number;
late_trading_change_percent?: number;
close?: number;
Expand Down

0 comments on commit f902983

Please sign in to comment.