Class: Quickfix::PaymentStreamCompoundingEndDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamCompoundingEndDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateAdjusted
constructor
A new instance of PaymentStreamCompoundingEndDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateAdjusted
Returns a new instance of PaymentStreamCompoundingEndDateAdjusted.
68815 68816 68817 68818 68819 68820 68821 |
# File 'lib/quickfix_fields.rb', line 68815 def initialize(data = nil) if( data == nil ) super(42627) else super(42627, data) end end |