class Binance::Responses::Websocket::Candle
- Binance::Responses::Websocket::Candle
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
binance/client/websocket/responses/candle.crConstructors
Instance Method Summary
- #base_volume : Float64
- #close_price : Float64
- #close_time : Time
- #closed : Bool
- #first_trade_id : Int64
- #high_price : Float64
- #interval : String
- #last_trade_id : Int64
- #low_price : Float64
- #open_price : Float64
- #open_time : Time
- #quote_volume : Float64
- #reserved : String
- #symbol : String
- #taker_base_volume : Float64
- #taker_quote_volume : Float64
- #trades : Int64