Class: Quickfix::LegCreditSupportAgreementID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCreditSupportAgreementID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCreditSupportAgreementID
constructor
A new instance of LegCreditSupportAgreementID.
Constructor Details
#initialize(data = nil) ⇒ LegCreditSupportAgreementID
Returns a new instance of LegCreditSupportAgreementID.
61392 61393 61394 61395 61396 61397 61398 |
# File 'lib/quickfix_fields.rb', line 61392 def initialize(data = nil) if( data == nil ) super(2503) else super(2503, data) end end |