Class: Quickfix::NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters

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

Returns a new instance of NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters.



60287
60288
60289
60290
60291
60292
60293
# File 'lib/quickfix_fields.rb', line 60287

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

Class Method Details

.fieldObject



60284
60285
60286
# File 'lib/quickfix_fields.rb', line 60284

def NoUnderlyingProvisionOptionRelevantUnderlyingDateBusinessCenters.field
  return 42188
end