class Binance::Responses::BookTickerEntry
- Binance::Responses::BookTickerEntry
- Reference
- Object
Overview
Typical Server Response:
{
"symbol": "LTCBTC",
"bidPrice": "4.00000000",
"bidQty": "431.00000000",
"askPrice": "4.00000200",
"askQty": "9.00000000"
}
Included Modules
- JSON::Serializable
Defined in:
binance/client/rest/responses/book_ticker_entry.crConstructors
Instance Method Summary
- #ask_price : Float64
- #ask_quantity : Float64
- #bid_price : Float64
- #bid_quantity : Float64
- #symbol : String