Class: Quickfix::NoLegComplexEventRateSources

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



47193
47194
47195
# File 'lib/quickfix_fields.rb', line 47193

def NoLegComplexEventRateSources.field
	return 41382
end