Builder

public class Builder

Collects a bar's open-high-low-close-volume values and assembles them into a CryptoUnit.

Constructors

Link copied to clipboard
public void CryptoUnit.Builder()

Functions

Link copied to clipboard
public CryptoUnit build()
Assembles the values set so far into a bar.
Link copied to clipboard
Sets the bar's closing price.
Link copied to clipboard
Sets the bar's highest price.
Link copied to clipboard
Sets the bar's lowest price.
Link copied to clipboard
Sets the bar's opening price.
Link copied to clipboard
Sets the amount of the digital currency traded during the bar.