Class: Quickfix::UnderlyingPaymentScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleType
constructor
A new instance of UnderlyingPaymentScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleType
Returns a new instance of UnderlyingPaymentScheduleType.
35938 35939 35940 35941 35942 35943 35944 |
# File 'lib/quickfix_fields.rb', line 35938 def initialize(data = nil) if( data == nil ) super(40665) else super(40665, data) end end |
Class Method Details
.field ⇒ Object
35935 35936 35937 |
# File 'lib/quickfix_fields.rb', line 35935 def .field return 40665 end |