Class: Quickfix::NoPaymentSchedules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPaymentSchedules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentSchedules
constructor
A new instance of NoPaymentSchedules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPaymentSchedules
Returns a new instance of NoPaymentSchedules.
38057 38058 38059 38060 38061 38062 38063 |
# File 'lib/quickfix_fields.rb', line 38057 def initialize(data = nil) if( data == nil ) super(40828) else super(40828, data) end end |
Class Method Details
.field ⇒ Object
38054 38055 38056 |
# File 'lib/quickfix_fields.rb', line 38054 def NoPaymentSchedules.field return 40828 end |