lib/cryptum/event/order_book.rb in cryptum-0.0.383 vs lib/cryptum/event/order_book.rb in cryptum-0.0.384

- old
+ new

@@ -4,10 +4,10 @@ # This plugin is used to Write the Order Book from Memory # to File When the "w" Key is Pressed module Event module OrderBook # Supported Method Parameters:: - # Cryptum::Event::BotConf.write( + # Cryptum::Event::OrderBook.write( # ) public_class_method def self.write(opts = {}) terminal_win = opts[:terminal_win] event_history = opts[:event_history]