Skip to content

CandlestickFieldMapBuilder🔗

Constructor🔗

new CandlestickFieldMapBuilder()

Methods🔗

build🔗

Builds the object.

build()

close🔗

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

close(close: string)

high🔗

Corresponds to the highest value of the given period

high(high: string)

low🔗

Corresponds to the lowest value of the given period

low(low: string)

open🔗

Corresponds to the starting value of the given period

open(open: string)

volume🔗

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

volume(volume: string)

See also🔗