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.



26692
26693
26694
26695
26696
26697
26698
# File 'lib/quickfix50sp2.rb', line 26692

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