Class: Quickfix::CreditSupportAgreementDate

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

Instance Method Summary collapse

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