Class: Quickfix::NoLegComplexEventRateSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegComplexEventRateSources

Returns a new instance of NoLegComplexEventRateSources.



47196
47197
47198
47199
47200
47201
47202
# File 'lib/quickfix_fields.rb', line 47196

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