Class: Quickfix50Sp1::SecurityDefinition::NoMarketSegments::NoTradingSessionRules::NoMDFeedTypes

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp1.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.



7515
7516
7517
7518
7519
7520
7521
7522
# File 'lib/quickfix50sp1.rb', line 7515

def initialize
	order = Quickfix::IntArray.new(4)
	order[0] = 1022
	order[1] = 264
	order[2] = 1021
	order[3] = 0
	super(1141, 1022, order)
end