Class: Quickfix::UnderlyingProvisionOptionMaximumNumber

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

Returns a new instance of UnderlyingProvisionOptionMaximumNumber.



59962
59963
59964
59965
59966
59967
59968
# File 'lib/quickfix_fields.rb', line 59962

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

Class Method Details

.fieldObject



59959
59960
59961
# File 'lib/quickfix_fields.rb', line 59959

def UnderlyingProvisionOptionMaximumNumber.field
  return 42164
end