Class: Quickfix50Sp2::MarketDefinition::NoFlexProductEligibilities

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

#initializeNoFlexProductEligibilities

Returns a new instance of NoFlexProductEligibilities.



341457
341458
341459
341460
341461
341462
341463
# File 'lib/quickfix50sp2.rb', line 341457

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1242
	order[1] = 2561
	order[2] = 0
	super(2560, 1242, order)
end