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



9699
9700
9701
9702
9703
9704
9705
9706
# File 'lib/quickfix44.rb', line 9699

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