Class: Quickfix::LegPaymentStubIndex2RateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndex2RateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpread
constructor
A new instance of LegPaymentStubIndex2RateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateSpread
Returns a new instance of LegPaymentStubIndex2RateSpread.
33052 33053 33054 33055 33056 33057 33058 |
# File 'lib/quickfix_fields.rb', line 33052 def initialize(data = nil) if( data == nil ) super(40443) else super(40443, data) end end |
Class Method Details
.field ⇒ Object
33049 33050 33051 |
# File 'lib/quickfix_fields.rb', line 33049 def LegPaymentStubIndex2RateSpread.field return 40443 end |