Class: Quickfix50Sp1::DerivativeSecurityList::NoMarketSegments::NoTradingSessionRules::NoMatchRules

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoMatchRules



11279
11280
11281
11282
11283
11284
11285
# File 'lib/quickfix50sp1.rb', line 11279

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