Class: Quickfix::UnderlyingPaymentScheduleEndDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleEndDateUnadjusted
constructor
A new instance of UnderlyingPaymentScheduleEndDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleEndDateUnadjusted
Returns a new instance of UnderlyingPaymentScheduleEndDateUnadjusted.
35977 35978 35979 35980 35981 35982 35983 |
# File 'lib/quickfix_fields.rb', line 35977 def initialize(data = nil) if( data == nil ) super(40668) else super(40668, data) end end |