Skip to content

CandlestickFieldMapBuilder🔗

Constructor🔗

new CandlestickFieldMapBuilder()

Methods🔗

build🔗

Builds the object.

public CandlestickFieldMap build()

close🔗

Corresponds to the final (end) value of the given period

public CandlestickFieldMapBuilder close(String close)

high🔗

Corresponds to the highest value of the given period

public CandlestickFieldMapBuilder high(String high)

low🔗

Corresponds to the lowest value of the given period

public CandlestickFieldMapBuilder low(String low)

open🔗

Corresponds to the starting value of the given period

public CandlestickFieldMapBuilder open(String open)

volume🔗

Corresponds to the sample count in the given period. (e.g. number of trades)

public CandlestickFieldMapBuilder volume(String volume)

See also🔗