Class: Quickfix::LegDividendNegativeRateTreatment

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

Returns a new instance of LegDividendNegativeRateTreatment.



64980
64981
64982
64983
64984
64985
64986
# File 'lib/quickfix_fields.rb', line 64980

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

Class Method Details

.fieldObject



64977
64978
64979
# File 'lib/quickfix_fields.rb', line 64977

def LegDividendNegativeRateTreatment.field
  return 42329
end