Class: Quickfix50Sp1::ApplicationMessageReport::NoApplIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



23262
23263
23264
23265
23266
23267
23268
23269
# File 'lib/quickfix50sp1.rb', line 23262

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1355
	order[1] = 1399
	order[2] = 1357
	order[3] = 0
	super(1351, 1355, order)
end