Class: Quickfix::UnderlyingProvisionOptionMinimumNumber

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

Returns a new instance of UnderlyingProvisionOptionMinimumNumber.



59949
59950
59951
59952
59953
59954
59955
# File 'lib/quickfix_fields.rb', line 59949

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

Class Method Details

.fieldObject



59946
59947
59948
# File 'lib/quickfix_fields.rb', line 59946

def UnderlyingProvisionOptionMinimumNumber.field
	return 42163
end