TradeAggregationResponse class

Represents a trade aggregation response from horizon server. A trade aggregation represents aggregated statistics on an asset pair (base and counter) for a specific time period. Trade aggregations are useful to developers of trading clients and provide historical trade data. See: Trade aggregations

Inheritance

Constructors

TradeAggregationResponse(String timestamp, String tradeCount, String baseVolume, String counterVolume, String avg, String high, String low, String open, String close)
TradeAggregationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

avg String
read / write
baseVolume String
read / write
close String
read / write
counterVolume String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
high String
read / write
low String
read / write
open String
read / write
rateLimitLimit int
read / write, inherited
rateLimitRemaining int
read / write, inherited
rateLimitReset int
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
timestamp String
read / write
tradeCount String
read / write

Methods

getDate() DateTime
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setHeaders(Map<String, String> headers) → void
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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