Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::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

#initializeNoUnderlyingReturnRatePrices

Returns a new instance of NoUnderlyingReturnRatePrices.



380626
380627
380628
380629
380630
380631
380632
380633
380634
# File 'lib/quickfix50sp2.rb', line 380626

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