Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoRateSources
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRateSources
constructor
A new instance of NoRateSources.
Constructor Details
#initialize ⇒ NoRateSources
Returns a new instance of NoRateSources.
4572 4573 4574 4575 4576 4577 4578 4579 |
# File 'lib/quickfix50sp2.rb', line 4572 def initialize order = Quickfix::IntArray.new(4) order[0] = 1446 order[1] = 1447 order[2] = 1448 order[3] = 0 super(1445, 1446, order) end |