lib/cryptum/event.rb in cryptum-0.0.253 vs lib/cryptum/event.rb in cryptum-0.0.254

- old
+ new

@@ -4,10 +4,10 @@ module Cryptum # This plugin is used to parse Coinbase Pro Web Socket Events in the HTTP Response module Event autoload :Buy, 'cryptum/event/buy' - autoload :Cancel, 'cryptum/event/cancel' + autoload :Buy, 'cryptum/event/cancel' autoload :History, 'cryptum/event/history' autoload :KeyPress, 'cryptum/event/key_press' autoload :Sell, 'cryptum/event/sell' # Supported Method Parameters::