Class: Quickfix::CreditSupportAgreementID

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

Class Method Details

.fieldObject



25782
25783
25784
# File 'lib/quickfix_fields.rb', line 25782

def CreditSupportAgreementID.field
  return 1969
end