Rename new_volume to quantity in LimitVolumeChange

This commit is contained in:
Tim Kächele 2024-02-03 20:24:07 +01:00
parent 64b17e0803
commit 4b48904f1e

View File

@ -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