Class: Quickfix::UnderlyingPaymentScheduleStepRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentScheduleStepRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRate
constructor
A new instance of UnderlyingPaymentScheduleStepRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRate
Returns a new instance of UnderlyingPaymentScheduleStepRate.
36172 36173 36174 36175 36176 36177 36178 |
# File 'lib/quickfix_fields.rb', line 36172 def initialize(data = nil) if( data == nil ) super(40683) else super(40683, data) end end |
Class Method Details
.field ⇒ Object
36169 36170 36171 |
# File 'lib/quickfix_fields.rb', line 36169 def .field return 40683 end |