Class: Quickfix50Sp2::MarketDefinitionUpdateReport::NoPriceRangeRules

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoPriceRangeRules

Returns a new instance of NoPriceRangeRules.



341604
341605
341606
341607
341608
341609
341610
341611
341612
341613
341614
# File 'lib/quickfix50sp2.rb', line 341604

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 2551
  order[1] = 2552
  order[2] = 2553
  order[3] = 2554
  order[4] = 2556
  order[5] = 2555
  order[6] = 0
  super(2550, 2551, order)
end