Class: Quickfix50Sp1::ApplicationMessageReport::NoApplIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



15533
15534
15535
15536
15537
15538
15539
15540
# File 'lib/quickfix50sp1.rb', line 15533

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