Class: Quickfix::UnderlyingPaymentScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleType
constructor
A new instance of UnderlyingPaymentScheduleType.
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 |