diff --git a/lib/rex/order_book.rb b/lib/rex/order_book.rb index 0ba3363..fc1fa2e 100644 --- a/lib/rex/order_book.rb +++ b/lib/rex/order_book.rb @@ -2,8 +2,6 @@ require "rbtree" module Rex class OrderBook - class NoMatcherProvidedError < StandardError; end - def initialize(matcher: Matcher.new) @matcher = matcher @sell_side = RBTree.new