CryptoRequest

public abstract class CryptoRequest

The parameters every crypto currency request carries: the digital currency symbol, the market to price it in, and the Alpha Vantage function to call.

Author

Sylvester Sefa-Yeboah

Since

1.0.0

Inheritors

Types

Link copied to clipboard
public abstract class Builder<T extends CryptoRequest.Builder<? extends Object>>
Collects the parameters shared by every crypto currency request and assembles them into a CryptoRequest.