Class: Quickfix::PaymentScheduleRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentScheduleRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleRate
constructor
A new instance of PaymentScheduleRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleRate
Returns a new instance of PaymentScheduleRate.
38174 38175 38176 38177 38178 38179 38180 |
# File 'lib/quickfix_fields.rb', line 38174 def initialize(data = nil) if( data == nil ) super(40837) else super(40837, data) end end |
Class Method Details
.field ⇒ Object
38171 38172 38173 |
# File 'lib/quickfix_fields.rb', line 38171 def PaymentScheduleRate.field return 40837 end |