Class: Quickfix::LegDividendInitialRate

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

Returns a new instance of LegDividendInitialRate.



64928
64929
64930
64931
64932
64933
64934
# File 'lib/quickfix_fields.rb', line 64928

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

Class Method Details

.fieldObject



64925
64926
64927
# File 'lib/quickfix_fields.rb', line 64925

def LegDividendInitialRate.field
	return 42325
end