class Iro::Position

def self.short

# ok
def self.short
  where( long_or_short: Iro::Strategy::SHORT )
end