Rename new_volume to quantity in LimitVolumeChange
This commit is contained in:
parent
64b17e0803
commit
4b48904f1e
@ -1,7 +1,7 @@
|
|||||||
module Rex
|
module Rex
|
||||||
module Book
|
module Book
|
||||||
class LimitVolumeTracker
|
class LimitVolumeTracker
|
||||||
LimitVolumeChange = Struct.new(:side, :price, :new_volume)
|
LimitVolumeChange = Struct.new(:side, :price, :quantity)
|
||||||
|
|
||||||
attr_reader :volumes
|
attr_reader :volumes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user