PriceOscillatorResponse

public abstract class PriceOscillatorResponse

Base response for indicators driven by com.crazzyghost.alphavantage.indicator.request.PriceOscillatorRequest, the fast/slow moving-average difference oscillators APO and PPO.

Author

Sylvester Sefa-Yeboah

Since

1.1.0

Inheritors

Types

Link copied to clipboard
public class MetaData
Metadata describing the request that produced a PriceOscillatorResponse, echoed back by the API alongside the indicator values themselves.
Link copied to clipboard
public abstract class PriceOscillatorParser<T> extends DefaultParser<T>
Base parser for PriceOscillatorResponse subclasses, translating the raw metadata and indicator maps returned by com.crazzyghost.alphavantage.parser.Parser into typed MetaData and SimpleIndicatorUnit values.

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
public String toString()