Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoRelatedSym::NoComplexEvents

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Defined Under Namespace

Classes: NoComplexEventDates

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoComplexEvents

Returns a new instance of NoComplexEvents.



26463
26464
26465
26466
26467
26468
26469
26470
26471
26472
26473
26474
26475
# File 'lib/quickfix50sp2.rb', line 26463

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 1484
	order[1] = 1485
	order[2] = 1486
	order[3] = 1487
	order[4] = 1488
	order[5] = 1489
	order[6] = 1490
	order[7] = 1491
	order[8] = 0
	super(1483, 1484, order)
end