Class: Quickfix::CreditSupportAgreementDesc

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

Returns a new instance of CreditSupportAgreementDesc.



25759
25760
25761
25762
25763
25764
25765
# File 'lib/quickfix_fields.rb', line 25759

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

Class Method Details

.fieldObject



25756
25757
25758
# File 'lib/quickfix_fields.rb', line 25756

def CreditSupportAgreementDesc.field
	return 1967
end