Class: Quickfix::PaymentScheduleStepRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleStepRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleStepRate
constructor
A new instance of PaymentScheduleStepRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleStepRate
Returns a new instance of PaymentScheduleStepRate.
38304 38305 38306 38307 38308 38309 38310 |
# File 'lib/quickfix_fields.rb', line 38304 def initialize(data = nil) if( data == nil ) super(40847) else super(40847, data) end end |
Class Method Details
.field ⇒ Object
38301 38302 38303 |
# File 'lib/quickfix_fields.rb', line 38301 def PaymentScheduleStepRate.field return 40847 end |