Class: Quickfix::LegProvisionOptionMaximumNumber

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

Returns a new instance of LegProvisionOptionMaximumNumber.



33325
33326
33327
33328
33329
33330
33331
# File 'lib/quickfix_fields.rb', line 33325

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

Class Method Details

.fieldObject



33322
33323
33324
# File 'lib/quickfix_fields.rb', line 33322

def LegProvisionOptionMaximumNumber.field
  return 40464
end