Class: Quickfix::LegCreditSupportAgreementDate

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

Returns a new instance of LegCreditSupportAgreementDate.



61366
61367
61368
61369
61370
61371
61372
# File 'lib/quickfix_fields.rb', line 61366

def initialize(data = nil)
  if( data == nil )
    super(2501)
  else
    super(2501, data)
  end
end

Class Method Details

.fieldObject



61363
61364
61365
# File 'lib/quickfix_fields.rb', line 61363

def LegCreditSupportAgreementDate.field
  return 2501
end