Method: Bitmex::Client#quotes
- Defined in:
- lib/bitmex/client.rb
#quotes ⇒ Bitmex::Quote
Best Bid/Offer Snapshots & Historical Bins
147 148 149 150 |
# File 'lib/bitmex/client.rb', line 147 def quotes # TODO: use class method Bitmex::Quote.new rest, websocket end |