Class: Quickfix::DividendFloatingRateIndexCurvePeriod

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

Returns a new instance of DividendFloatingRateIndexCurvePeriod.



63407
63408
63409
63410
63411
63412
63413
# File 'lib/quickfix_fields.rb', line 63407

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

Class Method Details

.fieldObject



63404
63405
63406
# File 'lib/quickfix_fields.rb', line 63404

def DividendFloatingRateIndexCurvePeriod.field
  return 42219
end