Class: Quickfix::PaymentStubIndexCapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndexCapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexCapRate
constructor
A new instance of PaymentStubIndexCapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexCapRate
Returns a new instance of PaymentStubIndexCapRate.
38811 38812 38813 38814 38815 38816 38817 |
# File 'lib/quickfix_fields.rb', line 38811 def initialize(data = nil) if( data == nil ) super(40886) else super(40886, data) end end |
Class Method Details
.field ⇒ Object
38808 38809 38810 |
# File 'lib/quickfix_fields.rb', line 38808 def PaymentStubIndexCapRate.field return 40886 end |