Class: Quickfix50::MarketDataRequest::NoMDEntryTypes

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoMDEntryTypes

Returns a new instance of NoMDEntryTypes.



4463
4464
4465
4466
4467
4468
# File 'lib/quickfix50.rb', line 4463

def initialize
	order = Quickfix::IntArray.new(2)
	order[0] = 269
	order[1] = 0
	super(267, 269, order)
end