Class: Quickfix::CreditSupportAgreementID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CreditSupportAgreementID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CreditSupportAgreementID
constructor
A new instance of CreditSupportAgreementID.
Constructor Details
#initialize(data = nil) ⇒ CreditSupportAgreementID
Returns a new instance of CreditSupportAgreementID.
25785 25786 25787 25788 25789 25790 25791 |
# File 'lib/quickfix_fields.rb', line 25785 def initialize(data = nil) if( data == nil ) super(1969) else super(1969, data) end end |