Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateDates::NoUnderlyingReturnRateValuationDates

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

#initializeNoUnderlyingReturnRateValuationDates

Returns a new instance of NoUnderlyingReturnRateValuationDates.



347540
347541
347542
347543
347544
347545
347546
# File 'lib/quickfix50sp2.rb', line 347540

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 43072
	order[1] = 43073
	order[2] = 0
	super(43071, 43072, order)
end