Class: Quickfix::LegCreditSupportAgreementDesc

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

Instance Method Summary collapse

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