Class: Quickfix::LegProtectionTermObligationValue

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

Returns a new instance of LegProtectionTermObligationValue.



51044
51045
51046
51047
51048
51049
51050
# File 'lib/quickfix_fields.rb', line 51044

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

Class Method Details

.fieldObject



51041
51042
51043
# File 'lib/quickfix_fields.rb', line 51041

def LegProtectionTermObligationValue.field
	return 41637
end