Class: Quickfix::EncodedProvisionTextLen

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedProvisionTextLen

Returns a new instance of EncodedProvisionTextLen.



40072
40073
40074
40075
40076
40077
40078
# File 'lib/quickfix_fields.rb', line 40072

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

Class Method Details

.fieldObject



40069
40070
40071
# File 'lib/quickfix_fields.rb', line 40069

def EncodedProvisionTextLen.field
	return 40986
end