Class: Quickfix50Sp2::CollateralAssignment::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventSchedules

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

#initializeNoLegComplexEventSchedules

Returns a new instance of NoLegComplexEventSchedules.



282346
282347
282348
282349
282350
282351
282352
282353
282354
282355
# File 'lib/quickfix50sp2.rb', line 282346

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 41401
	order[1] = 41402
	order[2] = 41403
	order[3] = 41404
	order[4] = 41405
	order[5] = 0
	super(41400, 41401, order)
end