Class: Quickfix50Sp1::CollateralInquiry::NoTrdRegTimestamps
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::CollateralInquiry::NoTrdRegTimestamps
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTrdRegTimestamps
constructor
A new instance of NoTrdRegTimestamps.
Constructor Details
#initialize ⇒ NoTrdRegTimestamps
Returns a new instance of NoTrdRegTimestamps.
13533 13534 13535 13536 13537 13538 13539 13540 13541 13542 13543 |
# File 'lib/quickfix50sp1.rb', line 13533 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 |