Class: Quickfix::ProvisionOptionMinimumNumber

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

Returns a new instance of ProvisionOptionMinimumNumber.



28671
28672
28673
28674
28675
28676
28677
# File 'lib/quickfix_fields.rb', line 28671

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

Class Method Details

.fieldObject



28668
28669
28670
# File 'lib/quickfix_fields.rb', line 28668

def ProvisionOptionMinimumNumber.field
	return 40105
end