Class: Quickfix50Sp2::CollateralInquiry::NoTrdRegTimestamps
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::CollateralInquiry::NoTrdRegTimestamps
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrdRegTimestamps
constructor
A new instance of NoTrdRegTimestamps.
Constructor Details
#initialize ⇒ NoTrdRegTimestamps
Returns a new instance of NoTrdRegTimestamps.
14467 14468 14469 14470 14471 14472 14473 14474 14475 14476 14477 |
# File 'lib/quickfix50sp2.rb', line 14467 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 |