Binance::Responses::AggTradeEntry
Inherits JSON::Serializable < Reference < Object
Typical server response { "a": 26129, // Aggregate tradeId "p": "0.01633102", // Price "q": "4.70443515", // Quantity "f": 27781, // First tradeId "l": 27781, // Last tradeId "T": 1498793709153, // Timestamp "m": true, // Was the buyer the maker? "M": true // Was the trade the best price match? }
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
first_trade_id
Sourceis_best_match
Sourceis_buyer_maker
Sourcelast_trade_id
Sourceprice
Sourcequantity
Sourcetime
Sourcetrade_id
Source