Class: Quickfix::LegFinancingTermSupplementDesc

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

Returns a new instance of LegFinancingTermSupplementDesc.



61561
61562
61563
61564
61565
61566
61567
# File 'lib/quickfix_fields.rb', line 61561

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

Class Method Details

.fieldObject



61558
61559
61560
# File 'lib/quickfix_fields.rb', line 61558

def LegFinancingTermSupplementDesc.field
	return 42201
end