Class: Quickfix44::AllocationReport::NoExecs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



11819
11820
11821
11822
11823
11824
11825
11826
11827
11828
11829
# File 'lib/quickfix44.rb', line 11819

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 32
	order[1] = 17
	order[2] = 527
	order[3] = 31
	order[4] = 669
	order[5] = 29
	order[6] = 0
	super(124, 32, order)
end