Class: Quickfix50Sp2::QuoteResponse::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.



218857
218858
218859
218860
218861
218862
218863
218864
# File 'lib/quickfix50sp2.rb', line 218857

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