Class: Quickfix::NoUnderlyingOptionExerciseBusinessCenters

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

Returns a new instance of NoUnderlyingOptionExerciseBusinessCenters.



53735
53736
53737
53738
53739
53740
53741
# File 'lib/quickfix_fields.rb', line 53735

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

Class Method Details

.fieldObject



53732
53733
53734
# File 'lib/quickfix_fields.rb', line 53732

def NoUnderlyingOptionExerciseBusinessCenters.field
  return 41820
end