Class: Quickfix::LegPaymentStubIndexFloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndexFloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexFloorRate
constructor
A new instance of LegPaymentStubIndexFloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexFloorRate
Returns a new instance of LegPaymentStubIndexFloorRate.
32948 32949 32950 32951 32952 32953 32954 |
# File 'lib/quickfix_fields.rb', line 32948 def initialize(data = nil) if( data == nil ) super(40435) else super(40435, data) end end |
Class Method Details
.field ⇒ Object
32945 32946 32947 |
# File 'lib/quickfix_fields.rb', line 32945 def LegPaymentStubIndexFloorRate.field return 40435 end |