Class: Quickfix::NoLegProvisionOptionExerciseBusinessCenters

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

Returns a new instance of NoLegProvisionOptionExerciseBusinessCenters.



39422
39423
39424
39425
39426
39427
39428
# File 'lib/quickfix_fields.rb', line 39422

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

Class Method Details

.fieldObject



39419
39420
39421
# File 'lib/quickfix_fields.rb', line 39419

def NoLegProvisionOptionExerciseBusinessCenters.field
  return 40936
end