class CryptoDetailData

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 ask : String #

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

[View source]
def baseVolume24h : String #

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

[View source]
def bid : String #

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

[View source]
def high24h : String #

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

[View source]
def lastPrice : String #

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

[View source]
def low24h : String #

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

[View source]
def open24h : String #

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

[View source]
def quoteVolume24h : String #

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

[View source]
def symbol : String #

[View source]
def symbol=(symbol : 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]