Kline class

Kline, commonly known as Candlestick, which packs a lot of trade history information into a single data point.

https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md#klinecandlestick-data

Implementers

Constructors

Kline.fromList(List c)

Properties

close double
final
closeTime DateTime
final
hashCode int
The hash code for this object.
no setterinherited
high double
final
low double
final
open double
final
openTime DateTime
final
quoteVolume double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
takerBase double
final
takerQuote double
final
tradesCount int
final
volume double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited