Class: Quickfix::LegProvisionOptionMinimumNumber

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionMinimumNumber

Returns a new instance of LegProvisionOptionMinimumNumber.



33312
33313
33314
33315
33316
33317
33318
# File 'lib/quickfix_fields.rb', line 33312

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