Class: Quickfix50Sp2::TradeCaptureReportRequestAck::NoEvents

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.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.



251530
251531
251532
251533
251534
251535
251536
251537
251538
251539
251540
251541
251542
251543
251544
# File 'lib/quickfix50sp2.rb', line 251530

def initialize
	order = Quickfix::IntArray.new(11)
	order[0] = 865
	order[1] = 866
	order[2] = 1145
	order[3] = 1827
	order[4] = 1826
	order[5] = 2340
	order[6] = 867
	order[7] = 868
	order[8] = 1578
	order[9] = 1579
	order[10] = 0
	super(864, 865, order)
end