class Binance::Responses::Websocket::TradeBase

Direct Known Subclasses

Defined in:

binance/client/websocket/responses/trade_base.cr

Constructors

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

Instance Method Detail

def ignore : Bool #

def is_buyer_maker : Bool #

def price : Float64 #

def quote_quantity : Float64 #

def trade_time : Time #