Class: Quickfix::NoPaymentScheduleRateSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentScheduleRateSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentScheduleRateSources
constructor
A new instance of NoPaymentScheduleRateSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentScheduleRateSources
Returns a new instance of NoPaymentScheduleRateSources.
38577 38578 38579 38580 38581 38582 38583 |
# File 'lib/quickfix_fields.rb', line 38577 def initialize(data = nil) if( data == nil ) super(40868) else super(40868, data) end end |
Class Method Details
.field ⇒ Object
38574 38575 38576 |
# File 'lib/quickfix_fields.rb', line 38574 def NoPaymentScheduleRateSources.field return 40868 end |