Class: Quickfix50Sp2::Email::NoRelatedSym::NoRelatedInstruments

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

#initializeNoRelatedInstruments

Returns a new instance of NoRelatedInstruments.



23453
23454
23455
23456
23457
23458
23459
23460
23461
23462
23463
23464
23465
23466
23467
# File 'lib/quickfix50sp2.rb', line 23453

def initialize
	order = Quickfix::IntArray.new(11)
	order[0] = 1648
	order[1] = 1649
	order[2] = 1650
	order[3] = 1651
	order[4] = 1652
	order[5] = 1653
	order[6] = 2413
	order[7] = 2414
	order[8] = 2415
	order[9] = 2417
	order[10] = 0
	super(1647, 1648, order)
end