CandlestickFieldMapBuilder
Constructor
func NewCandlestickFieldMapBuilder() *CandlestickFieldMapBuilder
Methods
Build
Builds the object.
func (builder *CandlestickFieldMapBuilder) Build() (CandlestickFieldMap, error)
Close
Corresponds to the final (end) value of the given period
func (builder *CandlestickFieldMapBuilder) Close(close string) *CandlestickFieldMapBuilder
High
Corresponds to the highest value of the given period
func (builder *CandlestickFieldMapBuilder) High(high string) *CandlestickFieldMapBuilder
Low
Corresponds to the lowest value of the given period
func (builder *CandlestickFieldMapBuilder) Low(low string) *CandlestickFieldMapBuilder
Open
Corresponds to the starting value of the given period
func (builder *CandlestickFieldMapBuilder) Open(open string) *CandlestickFieldMapBuilder
Volume
Corresponds to the sample count in the given period. (e.g. number of trades)
func (builder *CandlestickFieldMapBuilder) Volume(volume string) *CandlestickFieldMapBuilder
See also