class Binance::Responses::Websocket::PartialDepth

Included Modules

Defined in:

binance/client/websocket/responses/partial_depth.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 asks : Array(Binance::Responses::DepthEntry) #

def bids : Array(Binance::Responses::DepthEntry) #

def last_update_id : Int64 #