Class: Quickfix::PaymentStreamCompoundingEndDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamCompoundingEndDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateUnadjusted
constructor
A new instance of PaymentStreamCompoundingEndDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateUnadjusted
Returns a new instance of PaymentStreamCompoundingEndDateUnadjusted.
68750 68751 68752 68753 68754 68755 68756 |
# File 'lib/quickfix_fields.rb', line 68750 def initialize(data = nil) if( data == nil ) super(42622) else super(42622, data) end end |