Initial commit
This commit is contained in:
4
bin/check_order.rb
Normal file
4
bin/check_order.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
order = Order.find(ENV.fetch('ORDER_ID', '1'))
|
||||
puts "ORDER id=#{order.id} state=#{order.state} price=#{order.price} volume=#{order.volume} origin_volume=#{order.origin_volume}"
|
||||
Reference in New Issue
Block a user