class Binance::Responses::Websocket::MiniTicker

Included Modules

Direct Known Subclasses

Defined in:

binance/client/websocket/responses/mini_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 base_volume : Float64 #

def close_time : Time #

def high_price : Float64 #

def last_price : Float64 #

def low_price : Float64 #

def open_price : Float64 #

def open_time #

def quote_volume : Float64 #