Class: Quickfix::LegDividendFloatingRateIndexCurvePeriod

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



64772
64773
64774
64775
64776
64777
64778
# File 'lib/quickfix_fields.rb', line 64772

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

Class Method Details

.fieldObject



64769
64770
64771
# File 'lib/quickfix_fields.rb', line 64769

def LegDividendFloatingRateIndexCurvePeriod.field
  return 42313
end