Class: Quickfix::LegComplexEventRateSource

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

Returns a new instance of LegComplexEventRateSource.



47209
47210
47211
47212
47213
47214
47215
# File 'lib/quickfix_fields.rb', line 47209

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

Class Method Details

.fieldObject



47206
47207
47208
# File 'lib/quickfix_fields.rb', line 47206

def LegComplexEventRateSource.field
	return 41383
end