Class: Quickfix::LegPaymentScheduleRateSpread
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentScheduleRateSpread
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRateSpread
constructor
A new instance of LegPaymentScheduleRateSpread.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRateSpread
Returns a new instance of LegPaymentScheduleRateSpread.
32298 32299 32300 32301 32302 32303 32304 |
# File 'lib/quickfix_fields.rb', line 32298 def initialize(data = nil) if( data == nil ) super(40385) else super(40385, data) end end |
Class Method Details
.field ⇒ Object
32295 32296 32297 |
# File 'lib/quickfix_fields.rb', line 32295 def LegPaymentScheduleRateSpread.field return 40385 end |