Class: Quickfix50Sp2::SecurityStatus::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods

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

Defined Under Namespace

Classes: NoLegComplexEventAveragingObservations, NoLegComplexEventPeriodDateTimes, NoLegComplexEventSchedules

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegComplexEventPeriods

Returns a new instance of NoLegComplexEventPeriods.



120443
120444
120445
120446
120447
120448
120449
120450
120451
120452
# File 'lib/quickfix50sp2.rb', line 120443

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 41380
	order[1] = 41381
	order[2] = 41400
	order[3] = 41376
	order[4] = 41363
	order[5] = 0
	super(41379, 41380, order)
end