Class: Quickfix50Sp2::CollateralInquiryAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateFXConversions

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

#initializeNoLegReturnRateFXConversions

Returns a new instance of NoLegReturnRateFXConversions.



304312
304313
304314
304315
304316
304317
304318
304319
# File 'lib/quickfix50sp2.rb', line 304312

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 42531
	order[1] = 42532
	order[2] = 42533
	order[3] = 0
	super(42530, 42531, order)
end