Class: Quickfix50Sp2::TradingSessionList::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

Returns a new instance of NoMatchRules.



333937
333938
333939
333940
333941
333942
333943
333944
333945
# File 'lib/quickfix50sp2.rb', line 333937

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