Class: Quickfix::LegCreditSupportAgreementDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCreditSupportAgreementDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCreditSupportAgreementDesc
constructor
A new instance of LegCreditSupportAgreementDesc.
Constructor Details
#initialize(data = nil) ⇒ LegCreditSupportAgreementDesc
61379 61380 61381 61382 61383 61384 61385 |
# File 'lib/quickfix_fields.rb', line 61379 def initialize(data = nil) if( data == nil ) super(2502) else super(2502, data) end end |