Class: Quickfix::NoUnderlyingComplexEventRateSources

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingComplexEventRateSources

Returns a new instance of NoUnderlyingComplexEventRateSources.



52279
52280
52281
52282
52283
52284
52285
# File 'lib/quickfix_fields.rb', line 52279

def initialize(data = nil)
	if( data == nil )
		super(41732)
	else
		super(41732, data)
	end
end