Class: Quickfix50Sp1::MarketDataRequestReject::NoAltMDSource

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

Instance Method Summary collapse

Constructor Details

#initializeNoAltMDSource

Returns a new instance of NoAltMDSource.



4295
4296
4297
4298
4299
4300
# File 'lib/quickfix50sp1.rb', line 4295

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