Class: Quickfix50Sp2::MarketDefinitionUpdateReport::NoExecInstRules

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecInstRules

Returns a new instance of NoExecInstRules.



16531
16532
16533
16534
16535
16536
# File 'lib/quickfix50sp2.rb', line 16531

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 1308
	order[1] = 0
	super(1232, 1308, order)
end