class Trader::BidSlope

Private Instance Methods

compare(_price_a, _price_b) click to toggle source
# File lib/trade-o-matic/structs/bid_slope.rb, line 9
def compare(_price_a, _price_b)
  _price_b <=> _price_a
end
instruction() click to toggle source
# File lib/trade-o-matic/structs/bid_slope.rb, line 5
def instruction
  Order::BID
end