Class: Quickfix::CreditSupportAgreementDate

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

Returns a new instance of CreditSupportAgreementDate.



25772
25773
25774
25775
25776
25777
25778
# File 'lib/quickfix_fields.rb', line 25772

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

Class Method Details

.fieldObject



25769
25770
25771
# File 'lib/quickfix_fields.rb', line 25769

def CreditSupportAgreementDate.field
  return 1968
end