Class: Quickfix::EncodedProvisionText

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

Returns a new instance of EncodedProvisionText.



40085
40086
40087
40088
40089
40090
40091
# File 'lib/quickfix_fields.rb', line 40085

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

Class Method Details

.fieldObject



40082
40083
40084
# File 'lib/quickfix_fields.rb', line 40082

def EncodedProvisionText.field
	return 40987
end