Class: Quickfix50Sp1::MarketDataIncrementalRefresh::NoMDEntries::NoStatsIndicators

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.rb

Instance Method Summary collapse

Constructor Details

#initializeNoStatsIndicators



4224
4225
4226
4227
4228
4229
# File 'lib/quickfix50sp1.rb', line 4224

def initialize
  order = Quickfix::IntArray.new(2)
  order[0] = 1176
  order[1] = 0
  super(1175, 1176, order)
end