Class: Quickfix50Sp2::QuoteRequestReject::NoRelatedSym::NoLegs::NoLegComplexEvents::NoLegComplexEventRateSources

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

#initializeNoLegComplexEventRateSources

Returns a new instance of NoLegComplexEventRateSources.



202365
202366
202367
202368
202369
202370
202371
202372
202373
# File 'lib/quickfix50sp2.rb', line 202365

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 41383
	order[1] = 41384
	order[2] = 41385
	order[3] = 41386
	order[4] = 0
	super(41382, 41383, order)
end