Class: Quickfix::ProvisionOptionMinimumNumber

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

Instance Method Summary collapse

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