Class: Quickfix50::OrderCancelReplaceRequest::NoTrdRegTimestamps
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50::OrderCancelReplaceRequest::NoTrdRegTimestamps
- Defined in:
- lib/quickfix50.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrdRegTimestamps
constructor
A new instance of NoTrdRegTimestamps.
Constructor Details
#initialize ⇒ NoTrdRegTimestamps
Returns a new instance of NoTrdRegTimestamps.
1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 |
# File 'lib/quickfix50.rb', line 1798 def initialize order = Quickfix::IntArray.new(7) order[0] = 769 order[1] = 770 order[2] = 771 order[3] = 1033 order[4] = 1034 order[5] = 1035 order[6] = 0 super(768, 769, order) end |