Class: Quickfix50Sp2::SecurityDefinitionUpdateReport::NoLegs::NoLegComplexEvents::NoLegComplexEventPeriods::NoLegComplexEventAveragingObservations

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

#initializeNoLegComplexEventAveragingObservations

Returns a new instance of NoLegComplexEventAveragingObservations.



314136
314137
314138
314139
314140
314141
314142
# File 'lib/quickfix50sp2.rb', line 314136

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41364
	order[1] = 41365
	order[2] = 0
	super(41363, 41364, order)
end