Class: Quickfix::CreditSupportAgreementID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CreditSupportAgreementID

Returns a new instance of CreditSupportAgreementID.



25785
25786
25787
25788
25789
25790
25791
# File 'lib/quickfix_fields.rb', line 25785

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