Class: Quickfix::LegFinancingTermSupplementDate

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

Returns a new instance of LegFinancingTermSupplementDate.



61548
61549
61550
61551
61552
61553
61554
# File 'lib/quickfix_fields.rb', line 61548

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

Class Method Details

.fieldObject



61545
61546
61547
# File 'lib/quickfix_fields.rb', line 61545

def LegFinancingTermSupplementDate.field
	return 42202
end