Class: Quickfix50Sp2::TradingSessionListUpdateReport::NoTradingSessions::NoMatchRules

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

#initializeNoMatchRules



341241
341242
341243
341244
341245
341246
341247
341248
341249
# File 'lib/quickfix50sp2.rb', line 341241

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 1142
  order[1] = 574
  order[2] = 2569
  order[3] = 2570
  order[4] = 0
  super(1235, 1142, order)
end