Class: Quickfix50Sp2::ApplicationMessageReport::NoApplIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



16677
16678
16679
16680
16681
16682
16683
16684
# File 'lib/quickfix50sp2.rb', line 16677

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