Class: Quickfix::LegComplexEventRateSourceType

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) ⇒ LegComplexEventRateSourceType

Returns a new instance of LegComplexEventRateSourceType.



47222
47223
47224
47225
47226
47227
47228
# File 'lib/quickfix_fields.rb', line 47222

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

Class Method Details

.fieldObject



47219
47220
47221
# File 'lib/quickfix_fields.rb', line 47219

def LegComplexEventRateSourceType.field
	return 41384
end