Class: Quickfix::ProvisionOptionMaximumNumber

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

Returns a new instance of ProvisionOptionMaximumNumber.



28684
28685
28686
28687
28688
28689
28690
# File 'lib/quickfix_fields.rb', line 28684

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

Class Method Details

.fieldObject



28681
28682
28683
# File 'lib/quickfix_fields.rb', line 28681

def ProvisionOptionMaximumNumber.field
	return 40106
end