Module: Cryptum::Event

Defined in:
lib/cryptum/event.rb,
lib/cryptum/event/buy.rb,
lib/cryptum/event/exit.rb,
lib/cryptum/event/gtfo.rb,
lib/cryptum/event/pane.rb,
lib/cryptum/event/sell.rb,
lib/cryptum/event/parse.rb,
lib/cryptum/event/cancel.rb,
lib/cryptum/event/scroll.rb,
lib/cryptum/event/history.rb,
lib/cryptum/event/bot_conf.rb,
lib/cryptum/event/key_press.rb,
lib/cryptum/event/order_book.rb

Overview

Cryptum::Event Namespace

Defined Under Namespace

Modules: BotConf, Buy, Cancel, Exit, GTFO, KeyPress, OrderBook, Pane, Parse, Scroll, Sell Classes: History

Class Method Summary collapse

Class Method Details

.helpObject

Display Usage for this Module



21
22
23
# File 'lib/cryptum/event.rb', line 21

public_class_method def self.help
  puts constants.sort
end