Remove unused exception
This commit is contained in:
parent
5862368498
commit
87f56e6e9b
@ -2,8 +2,6 @@ require "rbtree"
|
|||||||
|
|
||||||
module Rex
|
module Rex
|
||||||
class OrderBook
|
class OrderBook
|
||||||
class NoMatcherProvidedError < StandardError; end
|
|
||||||
|
|
||||||
def initialize(matcher: Matcher.new)
|
def initialize(matcher: Matcher.new)
|
||||||
@matcher = matcher
|
@matcher = matcher
|
||||||
@sell_side = RBTree.new
|
@sell_side = RBTree.new
|
||||||
|
Loading…
Reference in New Issue
Block a user