Class: BinanceClient::OrderBookDepthResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- BinanceClient::OrderBookDepthResponse
- Defined in:
- lib/binance_client/responses/order_book_depth_response.rb
Instance Method Summary collapse
Methods inherited from BaseResponse
#body_code, #default_message, #used_weights
Instance Method Details
#default_order_book ⇒ Object
9 10 11 |
# File 'lib/binance_client/responses/order_book_depth_response.rb', line 9 def default_order_book OrderBook.new(body: body) end |