Class: Quickfix44::IOI::NoRoutingIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::IOI::NoRoutingIDs
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRoutingIDs
constructor
A new instance of NoRoutingIDs.
Constructor Details
#initialize ⇒ NoRoutingIDs
Returns a new instance of NoRoutingIDs.
192 193 194 195 196 197 198 |
# File 'lib/quickfix44.rb', line 192 def initialize order = Quickfix::IntArray.new(3) order[0] = 216 order[1] = 217 order[2] = 0 super(215, 216, order) end |