class Binance::Responses::Websocket::Data

Included Modules

Direct Known Subclasses

Defined in:

binance/client/websocket/responses/data.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def event_time : Time #

[View source]
def event_type : String #

[View source]
def symbol : String #

[View source]
def symbol=(symbol : String) #

[View source]
def to_time(value : Int32) #

[View source]