Class: Quickfix50Sp2::MarketDefinition::NoMDFeedTypes

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

#initializeNoMDFeedTypes

Returns a new instance of NoMDFeedTypes.



341426
341427
341428
341429
341430
341431
341432
341433
341434
341435
341436
341437
341438
341439
341440
341441
# File 'lib/quickfix50sp2.rb', line 341426

def initialize
	order = Quickfix::IntArray.new(12)
	order[0] = 1022
	order[1] = 1683
	order[2] = 264
	order[3] = 2563
	order[4] = 2564
	order[5] = 2565
	order[6] = 2566
	order[7] = 1021
	order[8] = 1173
	order[9] = 2567
	order[10] = 2568
	order[11] = 0
	super(1141, 1022, order)
end