Class: Quickfix50Sp2::RFQRequest::NoRelatedSym::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventPeriods::NoUnderlyingComplexEventAveragingObservations

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

#initialize ⇒ NoUnderlyingComplexEventAveragingObservations

Returns a new instance of NoUnderlyingComplexEventAveragingObservations.



206021
206022
206023
206024
206025
206026
206027
# File 'lib/quickfix50sp2.rb', line 206021

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 41714
	order[1] = 41715
	order[2] = 0
	super(41713, 41714, order)
end