Class: Quickfix50Sp2::MassQuote::NoQuoteSets::NoQuoteEntries::NoComplexEvents::NoComplexEventPeriods::NoComplexEventAveragingObservations

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

#initializeNoComplexEventAveragingObservations

Returns a new instance of NoComplexEventAveragingObservations.



125701
125702
125703
125704
125705
125706
125707
# File 'lib/quickfix50sp2.rb', line 125701

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 40995
	order[1] = 40996
	order[2] = 0
	super(40994, 40995, order)
end