MIDPOINTResponse
Deprecated
Replaced by com.crazzyghost.alphavantage.technicalindicator.response.midpoint.MIDPOINTResponse
Response for the midpoint (MIDPOINT), the mean of a price series' highest and lowest values over a rolling time period.
Author
Sylvester Sefa-Yeboah
Since
1.5.0
Types
Link copied to clipboard
public class MIDPOINTResponseParser extends PeriodicSeriesResponse.PeriodicSeriesParser<MIDPOINTResponse>
Parser for MIDPOINTResponse.
Functions
Link copied to clipboard
Returns the API's error message.
Link copied to clipboard
Returns the indicator's values.
Link copied to clipboard
Returns the response's metadata.
Link copied to clipboard
Parses a raw API response into a MIDPOINTResponse.