Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoMarketSegments::NoQuoteSizeRules

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

#initializeNoQuoteSizeRules

Returns a new instance of NoQuoteSizeRules.



315566
315567
315568
315569
315570
315571
315572
315573
# File 'lib/quickfix50sp2.rb', line 315566

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 647
  order[1] = 648
  order[2] = 2447
  order[3] = 0
  super(2558, 647, order)
end