Class: Quickfix::UnderlyingDividendInitialRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendInitialRate

Returns a new instance of UnderlyingDividendInitialRate.



71298
71299
71300
71301
71302
71303
71304
# File 'lib/quickfix_fields.rb', line 71298

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

Class Method Details

.fieldObject



71295
71296
71297
# File 'lib/quickfix_fields.rb', line 71295

def UnderlyingDividendInitialRate.field
	return 42814
end