File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3397,8 +3397,8 @@ class StocksEquitiesDailyOpenCloseApiResponse(Definition):
33973397 "low" : True ,
33983398 "close" : True ,
33993399 "volume" : True ,
3400- "afterHours " : True ,
3401- "preMarket " : True ,
3400+ "after_hours " : True ,
3401+ "pre_market " : True ,
34023402 }
34033403
34043404 _attributes_to_types = {
@@ -3409,8 +3409,8 @@ class StocksEquitiesDailyOpenCloseApiResponse(Definition):
34093409 "low" : "float" ,
34103410 "close" : "float" ,
34113411 "volume" : "float" ,
3412- "afterHours " : "float" ,
3413- "preMarket " : "float" ,
3412+ "after_hours " : "float" ,
3413+ "pre_market " : "float" ,
34143414 }
34153415
34163416 def __init__ (self ):
@@ -3421,8 +3421,8 @@ def __init__(self):
34213421 self .low : float
34223422 self .close : float
34233423 self .volume : float
3424- self .afterHours : float
3425- self .preMarket : float
3424+ self .after_hours : float
3425+ self .pre_market : float
34263426
34273427
34283428# noinspection SpellCheckingInspection
You can’t perform that action at this time.
0 commit comments