Class: Quickfix::PaymentStubIndexFloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndexFloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexFloorRate
constructor
A new instance of PaymentStubIndexFloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexFloorRate
38850 38851 38852 38853 38854 38855 38856 |
# File 'lib/quickfix_fields.rb', line 38850 def initialize(data = nil) if( data == nil ) super(40889) else super(40889, data) end end |
Class Method Details
.field ⇒ Object
38847 38848 38849 |
# File 'lib/quickfix_fields.rb', line 38847 def PaymentStubIndexFloorRate.field return 40889 end |