Class: Quickfix::LegCreditSupportAgreementDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegCreditSupportAgreementDesc

Returns a new instance of 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

Class Method Details

.fieldObject



61376
61377
61378
# File 'lib/quickfix_fields.rb', line 61376

def LegCreditSupportAgreementDesc.field
  return 2502
end