Class: Quickfix::LegPaymentStubIndexCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndexCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRate
constructor
A new instance of LegPaymentStubIndexCapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRate
Returns a new instance of LegPaymentStubIndexCapRate.
32909 32910 32911 32912 32913 32914 32915 |
# File 'lib/quickfix_fields.rb', line 32909 def initialize(data = nil) if( data == nil ) super(40432) else super(40432, data) end end |
Class Method Details
.field ⇒ Object
32906 32907 32908 |
# File 'lib/quickfix_fields.rb', line 32906 def LegPaymentStubIndexCapRate.field return 40432 end |