Class: Quickfix50Sp2::TradeCaptureReportRequest::NoUnderlyings::NoUnderlyingComplexEvents::NoUnderlyingComplexEventRateSources

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

#initializeNoUnderlyingComplexEventRateSources

Returns a new instance of NoUnderlyingComplexEventRateSources.



185664
185665
185666
185667
185668
185669
185670
185671
185672
# File 'lib/quickfix50sp2.rb', line 185664

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 41733
	order[1] = 41734
	order[2] = 41735
	order[3] = 41736
	order[4] = 0
	super(41732, 41733, order)
end