class Binance::Responses::Websocket::BookTicker

Included Modules

Defined in:

binance/client/websocket/responses/book_ticker.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Binance::Responses::Websocket::Data

event_time : Time event_time, event_type : String event_type, symbol : String symbol, symbol=(symbol : String) symbol=, to_time(value : Int32) to_time

Constructor methods inherited from class Binance::Responses::Websocket::Data

new(pull : JSON::PullParser) new

Constructor Detail

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

Class Method Detail

def self.from_data(data : Data) #

Instance Method Detail

def ask_price : Float64 #

def ask_quantity : Float64 #

def bid_price : Float64 #

def bid_quantity : Float64 #

def update_id : Int64 #