alphavantage / cryptocurrency / response / CryptoUnit / Builder
CryptoUnit.Builder
¶
public static class Builder extends Object
Methods¶
Name | Summary |
---|---|
open | public Builder open(Double open) |
high | public Builder high(Double high) |
low | public Builder low(Double low) |
close | public Builder close(Double close) |
volume | public Builder volume(Double volume) |
build | public CryptoUnit build() |