Class: Quickfix50Sp1::DerivativeSecurityList::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.



11289
11290
11291
11292
11293
11294
11295
11296
# File 'lib/quickfix50sp1.rb', line 11289

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