Skip to content

Commit 739a1a0

Browse files
No release notes for this build
1 parent 83d8186 commit 739a1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ApiResponseSecurityQuote.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name | Type | Description
2626
**marketcap** | Float | The current market cap.  
2727
**pricetoearnings** | Float | The current price to earnings.  
2828
**previous_close** | Float | The previous close price.  
29-
**previous_close_date** | Float | The date of the previous close.  
29+
**previous_close_date** | Date | The date of the previous close.  
3030
**change** | Float | The difference in last price from the last close price  
3131
**change_percent** | Float | The percent difference in last price from the last close price  
3232
**adj_close_5_days_ago** | Float | The adjusted close price 5 days ago.  

lib/intrinio-sdk/models/api_response_security_quote.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def self.swagger_types
147147
:'marketcap' => :'Float',
148148
:'pricetoearnings' => :'Float',
149149
:'previous_close' => :'Float',
150-
:'previous_close_date' => :'Float',
150+
:'previous_close_date' => :'Date',
151151
:'change' => :'Float',
152152
:'change_percent' => :'Float',
153153
:'adj_close_5_days_ago' => :'Float',

0 commit comments

Comments
 (0)