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(string $close)

high🔗

Corresponds to the highest value of the given period

high(string $high)

low🔗

Corresponds to the lowest value of the given period

low(string $low)

open🔗

Corresponds to the starting value of the given period

open(string $open)

volume🔗

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

volume(string $volume)

See also🔗