Class: Quickfix50Sp1::ExecutionReport::NoContraBrokers

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

#initializeNoContraBrokers

Returns a new instance of NoContraBrokers.



565
566
567
568
569
570
571
572
573
574
# File 'lib/quickfix50sp1.rb', line 565

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 375
	order[1] = 337
	order[2] = 437
	order[3] = 438
	order[4] = 655
	order[5] = 0
	super(382, 375, order)
end