Class: Quickfix::PaymentStreamCompoundingStartDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentStreamCompoundingStartDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateUnadjusted
constructor
A new instance of PaymentStreamCompoundingStartDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateUnadjusted
Returns a new instance of PaymentStreamCompoundingStartDateUnadjusted.
69062 69063 69064 69065 69066 69067 69068 |
# File 'lib/quickfix_fields.rb', line 69062 def initialize(data = nil) if( data == nil ) super(42646) else super(42646, data) end end |