class Binance::Responses::TwentyFourHourEntry
  
  - Binance::Responses::TwentyFourHourEntry
 - Reference
 - Object
 
Overview
Typical server response { "symbol": "BNBBTC", "priceChange": "-94.99999800", "priceChangePercent": "-95.960", "weightedAvgPrice": "0.29628482", "prevClosePrice": "0.10002000", "lastPrice": "4.00000200", "lastQty": "200.00000000", "bidPrice": "4.00000000", "askPrice": "4.00000200", "openPrice": "99.00000000", "highPrice": "100.00000000", "lowPrice": "0.10000000", "volume": "8913.30000000", "quoteVolume": "15.30000000", "openTime": 1499783499040, "closeTime": 1499869899040, "firstId": 28385, // First tradeId "lastId": 28460, // Last tradeId "count": 76 // Trade count }
Included Modules
- JSON::Serializable
 
Defined in:
binance/client/rest/responses/twenty_four_hour_entry.crConstructors
Instance Method Summary
- #ask_price : Float64
 - #base_volume : Float64
 - #bid_price : Float64
 - #close_time : Time | Nil
 - #first_trade_id : Int64
 - #high_price : Float64
 - #last_price : Float64
 - #last_quantity : Float64
 - #last_trade_id : Int64
 - #low_price : Float64
 - #open_price : Float64
 - #open_time : Time | Nil
 - #prev_close_price : Float64
 - #price_change : Float64
 - #price_change_percent : Float64
 - #quote_volume : Float64
 - #symbol : String
 - #trades : Int64
 - #weighted_average_price : Float64