Class: Quickfix::CreditSupportAgreementDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CreditSupportAgreementDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CreditSupportAgreementDate
constructor
A new instance of CreditSupportAgreementDate.
Constructor Details
#initialize(data = nil) ⇒ CreditSupportAgreementDate
Returns a new instance of CreditSupportAgreementDate.
25772 25773 25774 25775 25776 25777 25778 |
# File 'lib/quickfix_fields.rb', line 25772 def initialize(data = nil) if( data == nil ) super(1968) else super(1968, data) end end |