Class: Quickfix::LegDividendFloatingRateIndex

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDividendFloatingRateIndex

Returns a new instance of LegDividendFloatingRateIndex.



64759
64760
64761
64762
64763
64764
64765
# File 'lib/quickfix_fields.rb', line 64759

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

Class Method Details

.fieldObject



64756
64757
64758
# File 'lib/quickfix_fields.rb', line 64756

def LegDividendFloatingRateIndex.field
  return 42312
end