Class: Quickfix50Sp2::PositionMaintenanceReport::NoLegs::NoLegExtraordinaryEvents

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

#initializeNoLegExtraordinaryEvents

Returns a new instance of NoLegExtraordinaryEvents.



233673
233674
233675
233676
233677
233678
233679
# File 'lib/quickfix50sp2.rb', line 233673

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 42389
	order[1] = 42390
	order[2] = 0
	super(42388, 42389, order)
end