Class: Quickfix44::CrossOrderCancelReplaceRequest::NoEvents

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

#initializeNoEvents

Returns a new instance of NoEvents.



6655
6656
6657
6658
6659
6660
6661
6662
6663
# File 'lib/quickfix44.rb', line 6655

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 865
	order[1] = 866
	order[2] = 867
	order[3] = 868
	order[4] = 0
	super(864, 865, order)
end