KLine

case class KLine(openTime: Long, open: BigDecimal, high: BigDecimal, low: BigDecimal, close: BigDecimal, volume: BigDecimal, closeTime: Long, quoteAssetVolume: BigDecimal, numberOfTrades: Int, takerBuyBaseAssetVolume: BigDecimal, takerBuyQuoteAssetVolume: BigDecimal)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def convert(other: KLine): KLine
Implicitly added by Ops

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

Implicitly added by Ops