Class: Quickfix::UnderlyingComplexEventRateSourceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventRateSourceType

Returns a new instance of UnderlyingComplexEventRateSourceType.



52305
52306
52307
52308
52309
52310
52311
# File 'lib/quickfix_fields.rb', line 52305

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