Class: Quickfix50Sp2::PayManagementRequest::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.



412365
412366
412367
412368
412369
412370
412371
412372
412373
412374
412375
# File 'lib/quickfix50sp2.rb', line 412365

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