Class: Quickfix::UnderlyingPaymentStreamCompoundingSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamCompoundingSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingSpread
constructor
A new instance of UnderlyingPaymentStreamCompoundingSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingSpread
Returns a new instance of UnderlyingPaymentStreamCompoundingSpread.
72598 72599 72600 72601 72602 72603 72604 |
# File 'lib/quickfix_fields.rb', line 72598 def initialize(data = nil) if( data == nil ) super(42897) else super(42897, data) end end |
Class Method Details
.field ⇒ Object
72595 72596 72597 |
# File 'lib/quickfix_fields.rb', line 72595 def .field return 42897 end |