docs/SecurityApi.md in intrinio-sdk-6.27.4 vs docs/SecurityApi.md in intrinio-sdk-6.28.0
- old
+ new
@@ -4231,11 +4231,11 @@
security_api = Intrinio::SecurityApi.new
identifier = "AAPL"
opts = {
- source: "bats"
+ source: ["iex"]
}
result = security_api.get_security_realtime_price(identifier, opts)
pp result
```
@@ -4250,11 +4250,11 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | String| A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID) |
- **source** | String| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]
+ **source** | [**Array<String>**](String.md)| Return the realtime price from the specified data source. If no source is specified, the best source available is used. | [optional]
[//]: # (END_PARAMETERS)
### Return type
@@ -4776,10 +4776,10 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**identifier** | String| The ticker symbol for which trades are being requested. |
- **source** | String| The specific source of the data being requested. Specifying delayed sip will result in the system automatically determining which delayed sip source (cta_delayed, cta_b_delayed, utp_delayed) to use. |
+ **source** | String| The specific source of the data being requested. Specifying delayed sip will result in the system automatically determining which delayed sip source (cta_delayed, cta_b_delayed, utp_delayed, otc_delayed) to use. |
**start_date** | Date| The start date for the data being requested. | [optional]
**start_time** | String| The start time for the data being requested. | [optional]
**end_date** | Date| The end date for the data being requested. | [optional]
**end_time** | String| The end time for the data being requested. | [optional]
**timezone** | String| The timezone the start and end date/times use. | [optional] [default to UTC]