Class: Quickfix44::CollateralReport::NoTrdRegTimestamps

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRegTimestamps

Returns a new instance of NoTrdRegTimestamps.



10250
10251
10252
10253
10254
10255
10256
10257
# File 'lib/quickfix44.rb', line 10250

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 769
	order[1] = 770
	order[2] = 771
	order[3] = 0
	super(768, 769, order)
end