class CryptoDetailData
- CryptoDetailData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
model/recent_trades.crConstructors
Instance Method Summary
- #ask : String
- #ask=(ask : String)
- #baseVolume24h : String
- #baseVolume24h=(baseVolume24h : String)
- #bid : String
- #bid=(bid : String)
- #high24h : String
- #high24h=(high24h : String)
- #lastPrice : String
- #lastPrice=(lastPrice : String)
- #low24h : String
- #low24h=(low24h : String)
- #open24h : String
- #open24h=(open24h : String)
- #quoteVolume24h : String
- #quoteVolume24h=(quoteVolume24h : String)
- #symbol : String
- #symbol=(symbol : String)
- #timestamp : Int32 | Int64
- #timestamp=(timestamp : Int32 | Int64)
- #to_h
- #to_t