Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateInformationSources

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

#initializeNoUnderlyingReturnRateInformationSources

Returns a new instance of NoUnderlyingReturnRateInformationSources.



347499
347500
347501
347502
347503
347504
347505
347506
# File 'lib/quickfix50sp2.rb', line 347499

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 43061
	order[1] = 43062
	order[2] = 43063
	order[3] = 0
	super(43060, 43061, order)
end