Class: Quickfix50Sp1::MarketDataIncrementalRefresh::NoMDEntries::NoOfSecSizes
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::MarketDataIncrementalRefresh::NoMDEntries::NoOfSecSizes
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOfSecSizes
constructor
A new instance of NoOfSecSizes.
Constructor Details
#initialize ⇒ NoOfSecSizes
Returns a new instance of NoOfSecSizes.
4214 4215 4216 4217 4218 4219 4220 |
# File 'lib/quickfix50sp1.rb', line 4214 def initialize order = Quickfix::IntArray.new(3) order[0] = 1178 order[1] = 1179 order[2] = 0 super(1177, 1178, order) end |