Class: Quickfix50Sp2::MarketDefinition::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



341378
341379
341380
341381
341382
341383
341384
341385
# File 'lib/quickfix50sp2.rb', line 341378

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