Class: Quickfix44::Confirmation::NoTrdRegTimestamps
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::Confirmation::NoTrdRegTimestamps
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrdRegTimestamps
constructor
A new instance of NoTrdRegTimestamps.
Constructor Details
#initialize ⇒ NoTrdRegTimestamps
Returns a new instance of NoTrdRegTimestamps.
7799 7800 7801 7802 7803 7804 7805 7806 |
# File 'lib/quickfix44.rb', line 7799 def initialize order = Quickfix::IntArray.new(4) order[0] = 769 order[1] = 770 order[2] = 771 order[3] = 0 super(768, 769, order) end |