Class: Quickfix::LegCreditSupportAgreementID

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) ⇒ 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

Class Method Details

.fieldObject



61389
61390
61391
# File 'lib/quickfix_fields.rb', line 61389

def LegCreditSupportAgreementID.field
  return 2503
end