Class: Quickfix50Sp1::SecurityDefinitionUpdateReport::NoMarketSegments::NoLotTypeRules

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



20799
20800
20801
20802
20803
20804
20805
# File 'lib/quickfix50sp1.rb', line 20799

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