Class: Quickfix50Sp2::MassQuote::NoQuoteSets::NoQuoteEntries::NoComplexEvents::NoComplexEventRateSources

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

#initializeNoComplexEventRateSources

Returns a new instance of NoComplexEventRateSources.



125645
125646
125647
125648
125649
125650
125651
125652
125653
# File 'lib/quickfix50sp2.rb', line 125645

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 41014
	order[1] = 41015
	order[2] = 41016
	order[3] = 41017
	order[4] = 0
	super(41013, 41014, order)
end