Class: Quickfix::UnderlyingComplexEventRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventRateSource

Returns a new instance of UnderlyingComplexEventRateSource.



52292
52293
52294
52295
52296
52297
52298
# File 'lib/quickfix_fields.rb', line 52292

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