Class: Quickfix::UnderlyingProtectionTermXID

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

Returns a new instance of UnderlyingProtectionTermXID.



58818
58819
58820
58821
58822
58823
58824
# File 'lib/quickfix_fields.rb', line 58818

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

Class Method Details

.fieldObject



58815
58816
58817
# File 'lib/quickfix_fields.rb', line 58815

def UnderlyingProtectionTermXID.field
	return 42076
end