Class: Quickfix::PaymentScheduleRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRateSpread
constructor
A new instance of PaymentScheduleRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRateSpread
Returns a new instance of PaymentScheduleRateSpread.
38200 38201 38202 38203 38204 38205 38206 |
# File 'lib/quickfix_fields.rb', line 38200 def initialize(data = nil) if( data == nil ) super(40839) else super(40839, data) end end |
Class Method Details
.field ⇒ Object
38197 38198 38199 |
# File 'lib/quickfix_fields.rb', line 38197 def PaymentScheduleRateSpread.field return 40839 end |