bin/cryptum in cryptum-0.0.381 vs bin/cryptum in cryptum-0.0.382
- old
+ new
@@ -28,11 +28,11 @@
terminal_win = Cryptum::UI.init
# Generate an Order Book for Session Tracking
# Load previous order_book_justification from
# Order Book File (if it exists)
- event_history = Cryptum::OrderBook::Generate.new_order_book(
+ event_history = Cryptum::OrderBook::Generate.new(
start_time: start_time,
option_choice: option_choice,
env: env
)
terminal_win.key_press_event.key_w = true if option_choice.reset_session_countdown
@@ -59,10 +59,10 @@
indicator_status: indicator_status,
bot_conf: bot_conf
)
rescue Interrupt
# Exit Gracefully if CTRL+C is Pressed During Session
- Cryptum.exit_gracefully(
+ Cryptum::UI::Exit.gracefully(
which_self: self,
event_history: event_history,
option_choice: option_choice,
env: env
)