Class: Quickfix50Sp2::RequestForPositionsAck::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.



242857
242858
242859
242860
242861
242862
242863
# File 'lib/quickfix50sp2.rb', line 242857

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