Class: Quickfix::LegPaymentStubIndexRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndexRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpread
constructor
A new instance of LegPaymentStubIndexRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpread
32870 32871 32872 32873 32874 32875 32876 |
# File 'lib/quickfix_fields.rb', line 32870 def initialize(data = nil) if( data == nil ) super(40429) else super(40429, data) end end |
Class Method Details
.field ⇒ Object
32867 32868 32869 |
# File 'lib/quickfix_fields.rb', line 32867 def LegPaymentStubIndexRateSpread.field return 40429 end |