Class: Quickfix50Sp2::MarketDataStatisticsReport::NoUnderlyings::NoUnderlyingRateSpreadSteps

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

#initializeNoUnderlyingRateSpreadSteps

Returns a new instance of NoUnderlyingRateSpreadSteps.



400855
400856
400857
400858
400859
400860
400861
# File 'lib/quickfix50sp2.rb', line 400855

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 43006
	order[1] = 43007
	order[2] = 0
	super(43005, 43006, order)
end