Class: Quickfix50Sp2::DerivativeSecurityList::NoMarketSegments::NoTradingSessionRules::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.



13142
13143
13144
13145
13146
13147
13148
13149
# File 'lib/quickfix50sp2.rb', line 13142

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