Class: Quickfix::LegProtectionTermEventQualifier

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventQualifier

Returns a new instance of LegProtectionTermEventQualifier.



51005
51006
51007
51008
51009
51010
51011
# File 'lib/quickfix_fields.rb', line 51005

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

Class Method Details

.fieldObject



51002
51003
51004
# File 'lib/quickfix_fields.rb', line 51002

def LegProtectionTermEventQualifier.field
	return 41634
end