Class: Quickfix::ComplexEventRateSourceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventRateSourceType

Returns a new instance of ComplexEventRateSourceType.



40969
40970
40971
40972
40973
40974
40975
# File 'lib/quickfix_fields.rb', line 40969

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