Method: Quickfix50Sp2::SecurityDefinition::NoComplexEvents::NoComplexEventDates#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoComplexEventDates

Returns a new instance of NoComplexEventDates.



8461
8462
8463
8464
8465
8466
8467
8468
# File 'lib/quickfix50sp2.rb', line 8461

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1492
	order[1] = 1493
	order[2] = 1494
	order[3] = 0
	super(1491, 1492, order)
end