Class: Quickfix::LegPaymentStubIndex2FloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndex2FloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2FloorRate
constructor
A new instance of LegPaymentStubIndex2FloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2FloorRate
Returns a new instance of LegPaymentStubIndex2FloorRate.
33104 33105 33106 33107 33108 33109 33110 |
# File 'lib/quickfix_fields.rb', line 33104 def initialize(data = nil) if( data == nil ) super(40447) else super(40447, data) end end |
Class Method Details
.field ⇒ Object
33101 33102 33103 |
# File 'lib/quickfix_fields.rb', line 33101 def LegPaymentStubIndex2FloorRate.field return 40447 end |