Class: Quickfix50Sp2::MarketDefinition::NoLotTypeRules

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

#initializeNoLotTypeRules

Returns a new instance of NoLotTypeRules.



341354
341355
341356
341357
341358
341359
341360
# File 'lib/quickfix50sp2.rb', line 341354

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1093
  order[1] = 1231
  order[2] = 0
  super(1234, 1093, order)
end