Class: Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoRoutingIDs
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::MarketDataSnapshotFullRefresh::NoRoutingIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRoutingIDs
constructor
A new instance of NoRoutingIDs.
Constructor Details
#initialize ⇒ NoRoutingIDs
Returns a new instance of NoRoutingIDs.
4199 4200 4201 4202 4203 4204 4205 |
# File 'lib/quickfix50sp2.rb', line 4199 def initialize order = Quickfix::IntArray.new(3) order[0] = 216 order[1] = 217 order[2] = 0 super(215, 216, order) end |