Class: Quickfix::EncodedUnderlyingProvisionText

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

Returns a new instance of EncodedUnderlyingProvisionText.



60066
60067
60068
60069
60070
60071
60072
# File 'lib/quickfix_fields.rb', line 60066

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

Class Method Details

.fieldObject



60063
60064
60065
# File 'lib/quickfix_fields.rb', line 60063

def EncodedUnderlyingProvisionText.field
	return 42172
end