File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3397,8 +3397,8 @@ class StocksEquitiesDailyOpenCloseApiResponse(Definition):
3397
3397
"low" : True ,
3398
3398
"close" : True ,
3399
3399
"volume" : True ,
3400
- "afterHours " : True ,
3401
- "preMarket " : True ,
3400
+ "after_hours " : True ,
3401
+ "pre_market " : True ,
3402
3402
}
3403
3403
3404
3404
_attributes_to_types = {
@@ -3409,8 +3409,8 @@ class StocksEquitiesDailyOpenCloseApiResponse(Definition):
3409
3409
"low" : "float" ,
3410
3410
"close" : "float" ,
3411
3411
"volume" : "float" ,
3412
- "afterHours " : "float" ,
3413
- "preMarket " : "float" ,
3412
+ "after_hours " : "float" ,
3413
+ "pre_market " : "float" ,
3414
3414
}
3415
3415
3416
3416
def __init__ (self ):
@@ -3421,8 +3421,8 @@ def __init__(self):
3421
3421
self .low : float
3422
3422
self .close : float
3423
3423
self .volume : float
3424
- self .afterHours : float
3425
- self .preMarket : float
3424
+ self .after_hours : float
3425
+ self .pre_market : float
3426
3426
3427
3427
3428
3428
# noinspection SpellCheckingInspection
You can’t perform that action at this time.
0 commit comments