Module: Cryptum::OrderBook
- Defined in:
- lib/cryptum/order_book.rb,
lib/cryptum/order_book/generate.rb,
lib/cryptum/order_book/indicator.rb,
lib/cryptum/order_book/market_trend.rb,
lib/cryptum/order_book/profit_margin.rb
Overview
Cryptum::OrderBook Namespace
Defined Under Namespace
Modules: Generate, MarketTrend, ProfitMargin Classes: Indicator
Class Method Summary collapse
-
.help ⇒ Object
Display Usage for this Module.
Class Method Details
.help ⇒ Object
Display Usage for this Module
12 13 14 |
# File 'lib/cryptum/order_book.rb', line 12 public_class_method def self.help puts constants.sort end |