Class: Quickfix::LegDividendInitialRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegDividendInitialRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendInitialRate
constructor
A new instance of LegDividendInitialRate.
Methods inherited from DoubleField
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
.field ⇒ Object
64925 64926 64927 |
# File 'lib/quickfix_fields.rb', line 64925 def LegDividendInitialRate.field return 42325 end |