Class: Quickfix::NoUnderlyingPaymentSchedules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentSchedules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentSchedules
constructor
A new instance of NoUnderlyingPaymentSchedules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentSchedules
35925 35926 35927 35928 35929 35930 35931 |
# File 'lib/quickfix_fields.rb', line 35925 def initialize(data = nil) if( data == nil ) super(40664) else super(40664, data) end end |
Class Method Details
.field ⇒ Object
35922 35923 35924 |
# File 'lib/quickfix_fields.rb', line 35922 def .field return 40664 end |