Class: Quickfix::PaymentStubIndex2RateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndex2RateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2RateSpread
constructor
A new instance of PaymentStubIndex2RateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2RateSpread
38954 38955 38956 38957 38958 38959 38960 |
# File 'lib/quickfix_fields.rb', line 38954 def initialize(data = nil) if( data == nil ) super(40897) else super(40897, data) end end |
Class Method Details
.field ⇒ Object
38951 38952 38953 |
# File 'lib/quickfix_fields.rb', line 38951 def PaymentStubIndex2RateSpread.field return 40897 end |