Class: Quickfix::UnderlyingPaymentScheduleStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStartDateUnadjusted
constructor
A new instance of UnderlyingPaymentScheduleStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStartDateUnadjusted
Returns a new instance of UnderlyingPaymentScheduleStartDateUnadjusted.
35964 35965 35966 35967 35968 35969 35970 |
# File 'lib/quickfix_fields.rb', line 35964 def initialize(data = nil) if( data == nil ) super(40667) else super(40667, data) end end |