Class: Quickfix44::CollateralInquiry::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.



10442
10443
10444
10445
10446
10447
10448
10449
# File 'lib/quickfix44.rb', line 10442

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