Class: Quickfix::UnderlyingProtectionTermEventQualifier

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

Returns a new instance of UnderlyingProtectionTermEventQualifier.



58948
58949
58950
58951
58952
58953
58954
# File 'lib/quickfix_fields.rb', line 58948

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

Class Method Details

.fieldObject



58945
58946
58947
# File 'lib/quickfix_fields.rb', line 58945

def UnderlyingProtectionTermEventQualifier.field
	return 42086
end