lib/cryptum/order_book/generate.rb in cryptum-0.0.315 vs lib/cryptum/order_book/generate.rb in cryptum-0.0.316
- old
+ new
@@ -17,10 +17,9 @@
public_class_method def self.new_order_book(opts = {})
start_time = opts[:start_time]
option_choice = opts[:option_choice]
env = opts[:env]
- # bot_conf = opts[:bot_conf]
order_book_file = "#{option_choice.repo_root}/order_books/#{option_choice.symbol}.ORDER_BOOK.json"
order_history_meta = []
if File.exist?(order_book_file)