Class: Quickfix::NoComplexEventRateSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoComplexEventRateSources

Returns a new instance of NoComplexEventRateSources.



40943
40944
40945
40946
40947
40948
40949
# File 'lib/quickfix_fields.rb', line 40943

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