Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoMarketSegments::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.



315552
315553
315554
315555
315556
315557
315558
315559
315560
315561
315562
# File 'lib/quickfix50sp2.rb', line 315552

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