Class: Quickfix::LegPaymentStreamRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateSpread
constructor
A new instance of LegPaymentStreamRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateSpread
Returns a new instance of LegPaymentStreamRateSpread.
31661 31662 31663 31664 31665 31666 31667 |
# File 'lib/quickfix_fields.rb', line 31661 def initialize(data = nil) if( data == nil ) super(40336) else super(40336, data) end end |
Class Method Details
.field ⇒ Object
31658 31659 31660 |
# File 'lib/quickfix_fields.rb', line 31658 def LegPaymentStreamRateSpread.field return 40336 end |