Class: Quickfix50Sp2::CollateralInquiryAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateFXConversions

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

Returns a new instance of NoUnderlyingReturnRateFXConversions.



306108
306109
306110
306111
306112
306113
306114
306115
# File 'lib/quickfix50sp2.rb', line 306108

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 43031
	order[1] = 43032
	order[2] = 43033
	order[3] = 0
	super(43030, 43031, order)
end