Class: Quickfix50Sp2::DerivativeSecurityListUpdateReport::NoMarketSegments::NoPriceRangeRules

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

#initializeNoPriceRangeRules

Returns a new instance of NoPriceRangeRules.



337473
337474
337475
337476
337477
337478
337479
337480
337481
337482
337483
# File 'lib/quickfix50sp2.rb', line 337473

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 2551
	order[1] = 2552
	order[2] = 2553
	order[3] = 2554
	order[4] = 2556
	order[5] = 2555
	order[6] = 0
	super(2550, 2551, order)
end