Class: Orderbook::RealTimeBook

Inherits:
Orderbook show all
Defined in:
lib/orderbook/real_time_book.rb

Overview

For backwards compatability

Constant Summary

Constants inherited from Orderbook

PING_INTERVAL, VERSION

Constants included from BookMethods

BookMethods::BIGDECIMAL_KEYS

Instance Attribute Summary

Attributes inherited from Orderbook

#asks, #bids, #callback, #client, #first_sequence, #last_pong, #last_sequence, #thread, #websocket

Method Summary

Methods inherited from Orderbook

#initialize, #live!

Methods included from BookAnalysis

#ask_count, #ask_volume, #average, #average_ask, #average_bid, #best, #best_ask, #best_bid, #bid_count, #bid_volume, #count, #spread, #summarize, #volume

Methods included from BookMethods

#apply

Constructor Details

This class inherits a constructor from Orderbook