class Binance::Responses::Websocket::AggregateTrade

Defined in:

binance/client/websocket/responses/aggregate_trade.cr

Constructors

Instance Method Summary

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

ignore : Bool ignore, is_buyer_maker : Bool is_buyer_maker, price : Float64 price, quote_quantity : Float64 quote_quantity, trade_time : Time trade_time

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

new(pull : JSON::PullParser) new

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 first_trade_id : Int64 #

def last_trade_id : Int64 #

def trade_id : Int64 #