Class: Quickfix50Sp2::MarketDataRequest::NoRelatedSym::NoMarketDisruptionFallbacks

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoMarketDisruptionFallbacks

Returns a new instance of NoMarketDisruptionFallbacks.



68843
68844
68845
68846
68847
68848
68849
# File 'lib/quickfix50sp2.rb', line 68843

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 41095
  order[1] = 40992
  order[2] = 0
  super(41094, 41095, order)
end