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

#initializeNoReturnRateInformationSources

Returns a new instance of NoReturnRateInformationSources.



91106
91107
91108
91109
91110
91111
91112
91113
# File 'lib/quickfix50sp2.rb', line 91106

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