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) #

[View source]

Instance Method Detail

def ask_price : Float64 #

[View source]
def ask_quantity : Float64 #

[View source]
def bid_price : Float64 #

[View source]
def bid_quantity : Float64 #

[View source]
def symbol : String #

[View source]