Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoUnderlyings::NoUnderlyingEvents

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

#initializeNoUnderlyingEvents

Returns a new instance of NoUnderlyingEvents.



75634
75635
75636
75637
75638
75639
75640
75641
75642
75643
75644
75645
75646
75647
75648
# File 'lib/quickfix50sp2.rb', line 75634

def initialize
	order = Quickfix::IntArray.new(11)
	order[0] = 1982
	order[1] = 1983
	order[2] = 1984
	order[3] = 1985
	order[4] = 1986
	order[5] = 2342
	order[6] = 1987
	order[7] = 2071
	order[8] = 2072
	order[9] = 2073
	order[10] = 0
	super(1981, 1982, order)
end