Class: Quickfix::DividendFloatingRateIndex

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendFloatingRateIndex

Returns a new instance of DividendFloatingRateIndex.



63394
63395
63396
63397
63398
63399
63400
# File 'lib/quickfix_fields.rb', line 63394

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

Class Method Details

.fieldObject



63391
63392
63393
# File 'lib/quickfix_fields.rb', line 63391

def DividendFloatingRateIndex.field
	return 42218
end