Class: Quickfix::PaymentStubIndex2CapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndex2CapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2CapRate
constructor
A new instance of PaymentStubIndex2CapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2CapRate
Returns a new instance of PaymentStubIndex2CapRate.
38993 38994 38995 38996 38997 38998 38999 |
# File 'lib/quickfix_fields.rb', line 38993 def initialize(data = nil) if( data == nil ) super(40900) else super(40900, data) end end |
Class Method Details
.field ⇒ Object
38990 38991 38992 |
# File 'lib/quickfix_fields.rb', line 38990 def PaymentStubIndex2CapRate.field return 40900 end |