OutputSize

public enum OutputSize

The outputsize API parameter, controlling how much historical data a time-series request returns.

Accepted by request builders across the timeseries, forex, and cryptocurrency packages.

Author

Sylvester Sefa-Yeboah

Since

1.0.1

Entries

Link copied to clipboard

The 100 most recent data points. Serializes to the wire value "compact".

Link copied to clipboard

The full-length time series, which can span 20+ years of historical data. Serializes to the wire value "full".

Functions

Link copied to clipboard
public String toString()
Link copied to clipboard
public static OutputSize valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<OutputSize> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.