Class: Quickfix50Sp2::ApplicationMessageReport::NoApplIDs

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

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



26922
26923
26924
26925
26926
26927
26928
26929
# File 'lib/quickfix50sp2.rb', line 26922

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