Class: Quickfix50Sp2::TradeAggregationRequest::NoStreams::NoReturnRates::NoReturnRateInformationSources

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

Returns a new instance of NoReturnRateInformationSources.



406837
406838
406839
406840
406841
406842
406843
406844
# File 'lib/quickfix50sp2.rb', line 406837

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 42762
	order[1] = 42763
	order[2] = 42764
	order[3] = 0
	super(42761, 42762, order)
end