class RecentTradesData

Included Modules

Defined in:

model/recent_trades.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amount : String #

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

[View source]
def price : String #

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

[View source]
def side : String #

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

[View source]
def timestamp : Int32 | Int64 #

[View source]
def timestamp=(timestamp : Int32 | Int64) #

[View source]
def to_h #

[View source]
def to_t #

[View source]