Method: Quickfix50::MarketDataIncrementalRefresh::NoMDEntries::NoInstrumentParties::NoInstrumentPartySubIDs#initialize
- Defined in:
- lib/quickfix50.rb
#initialize ⇒ NoInstrumentPartySubIDs
Returns a new instance of NoInstrumentPartySubIDs.
5227 5228 5229 5230 5231 5232 5233 |
# File 'lib/quickfix50.rb', line 5227 def initialize order = Quickfix::IntArray.new(3) order[0] = 1053 order[1] = 1054 order[2] = 0 super(1052, 1053, order) end |