Class: Quickfix50Sp2::SecurityDefinition::NoMarketSegments::NoTradingSessionRules::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.



8760
8761
8762
8763
8764
8765
8766
# File 'lib/quickfix50sp2.rb', line 8760

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