Class: Quickfix::UnderlyingDividendNegativeRateTreatment

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

Returns a new instance of UnderlyingDividendNegativeRateTreatment.



71350
71351
71352
71353
71354
71355
71356
# File 'lib/quickfix_fields.rb', line 71350

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

Class Method Details

.fieldObject



71347
71348
71349
# File 'lib/quickfix_fields.rb', line 71347

def UnderlyingDividendNegativeRateTreatment.field
  return 42818
end