Class: Quickfix::LegProvisionOptionMinimumNumber

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

Class Method Details

.fieldObject



33309
33310
33311
# File 'lib/quickfix_fields.rb', line 33309

def LegProvisionOptionMinimumNumber.field
  return 40463
end