Class: Quickfix::ComplexEventRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventRateSource

Returns a new instance of ComplexEventRateSource.



40956
40957
40958
40959
40960
40961
40962
# File 'lib/quickfix_fields.rb', line 40956

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