Class: Quickfix::ProvisionText

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

Returns a new instance of ProvisionText.



28775
28776
28777
28778
28779
28780
28781
# File 'lib/quickfix_fields.rb', line 28775

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

Class Method Details

.fieldObject



28772
28773
28774
# File 'lib/quickfix_fields.rb', line 28772

def ProvisionText.field
	return 40113
end