Class: Quickfix::LegDividendFloatingRateTreatment

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

Returns a new instance of LegDividendFloatingRateTreatment.



64837
64838
64839
64840
64841
64842
64843
# File 'lib/quickfix_fields.rb', line 64837

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

Class Method Details

.fieldObject



64834
64835
64836
# File 'lib/quickfix_fields.rb', line 64834

def LegDividendFloatingRateTreatment.field
  return 42318
end