Class: Quickfix44::RegistrationInstructions::NoDistribInsts

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

Instance Method Summary collapse

Constructor Details

#initializeNoDistribInsts

Returns a new instance of NoDistribInsts.



4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
# File 'lib/quickfix44.rb', line 4683

def initialize
	order = Quickfix::IntArray.new(9)
	order[0] = 477
	order[1] = 512
	order[2] = 478
	order[3] = 498
	order[4] = 499
	order[5] = 500
	order[6] = 501
	order[7] = 502
	order[8] = 0
	super(510, 477, order)
end