Class: Quickfix::LegCreditSupportAgreementID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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