class

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_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

first_trade_id
Source
is_best_match
Source
is_buyer_maker
Source
last_trade_id
Source
price
Source
quantity
Source
time
Source
trade_id
Source