class Binance::Responses::BookTickerEntry

Overview

Typical Server Response:

{
  "symbol": "LTCBTC",
  "bidPrice": "4.00000000",
  "bidQty": "431.00000000",
  "askPrice": "4.00000200",
  "askQty": "9.00000000"
}

Included Modules

Defined in:

binance/client/rest/responses/book_ticker_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def ask_price : Float64 #

def ask_quantity : Float64 #

def bid_price : Float64 #

def bid_quantity : Float64 #

def symbol : String #