class Binance::Responses::AggTradeEntry
- Binance::Responses::AggTradeEntry
- Reference
- Object
Overview
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? }
Included Modules
- JSON::Serializable
Defined in:
binance/client/rest/responses/agg_trade_entry.crConstructors
Instance Method Summary
- #first_trade_id : Int64
- #is_best_match : Bool
- #is_buyer_maker : Bool
- #last_trade_id : Int64
- #price : Float64
- #quantity : Float64
- #time : Time
- #trade_id : Int64