Class: Quickfix44::Confirmation::NoTrdRegTimestamps

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

#initializeNoTrdRegTimestamps

Returns a new instance of NoTrdRegTimestamps.



10121
10122
10123
10124
10125
10126
10127
10128
# File 'lib/quickfix44.rb', line 10121

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