Class: Quickfix43::MarketDataRequest::NoMDEntryTypes

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



1158
1159
1160
1161
1162
1163
# File 'lib/quickfix43.rb', line 1158

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