Class: Quickfix50Sp2::News::NoNewsRefIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::News::NoNewsRefIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoNewsRefIDs
constructor
A new instance of NoNewsRefIDs.
Constructor Details
#initialize ⇒ NoNewsRefIDs
Returns a new instance of NoNewsRefIDs.
1032 1033 1034 1035 1036 1037 1038 |
# File 'lib/quickfix50sp2.rb', line 1032 def initialize order = Quickfix::IntArray.new(3) order[0] = 1476 order[1] = 1477 order[2] = 0 super(1475, 1476, order) end |