Class: Quickfix50Sp2::TradeCaptureReport::NoRateSources

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

#initializeNoRateSources

Returns a new instance of NoRateSources.



192493
192494
192495
192496
192497
192498
192499
192500
192501
192502
# File 'lib/quickfix50sp2.rb', line 192493

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1446
	order[1] = 1447
	order[2] = 1448
	order[3] = 2412
	order[4] = 2796
	order[5] = 0
	super(1445, 1446, order)
end