Class: Quickfix::LegPaymentStreamCompoundingSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamCompoundingSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingSpread
constructor
A new instance of LegPaymentStreamCompoundingSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingSpread
Returns a new instance of LegPaymentStreamCompoundingSpread.
65916 65917 65918 65919 65920 65921 65922 |
# File 'lib/quickfix_fields.rb', line 65916 def initialize(data = nil) if( data == nil ) super(42401) else super(42401, data) end end |
Class Method Details
.field ⇒ Object
65913 65914 65915 |
# File 'lib/quickfix_fields.rb', line 65913 def LegPaymentStreamCompoundingSpread.field return 42401 end |