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



22752
22753
22754
22755
22756
22757
22758
22759
# File 'lib/quickfix50sp1.rb', line 22752

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