Class: Quickfix50Sp2::CollateralInquiryAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRatePrices

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 ⇒ NoUnderlyingReturnRatePrices

Returns a new instance of NoUnderlyingReturnRatePrices.



306096
306097
306098
306099
306100
306101
306102
306103
306104
# File 'lib/quickfix50sp2.rb', line 306096

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 43065
	order[1] = 43066
	order[2] = 43067
	order[3] = 43068
	order[4] = 0
	super(43064, 43065, order)
end