Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoMDEntries::NoStatsIndicators

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

Instance Method Summary collapse

Constructor Details

#initializeNoStatsIndicators

Returns a new instance of NoStatsIndicators.



4541
4542
4543
4544
4545
4546
# File 'lib/quickfix50sp2.rb', line 4541

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