Class: Quickfix50Sp2::PayManagementReport::NoRelatedTrades

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

#initializeNoRelatedTrades

Returns a new instance of NoRelatedTrades.



410717
410718
410719
410720
410721
410722
410723
410724
410725
410726
410727
# File 'lib/quickfix50sp2.rb', line 410717

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 1856
	order[1] = 1857
	order[2] = 2103
	order[3] = 1858
	order[4] = 1859
	order[5] = 1860
	order[6] = 0
	super(1855, 1856, order)
end