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



26748
26749
26750
26751
26752
26753
26754
# File 'lib/quickfix50sp2.rb', line 26748

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