Class: Quickfix::FloatingRateIndexCurvePeriod

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

Returns a new instance of FloatingRateIndexCurvePeriod.



76004
76005
76006
76007
76008
76009
76010
# File 'lib/quickfix_fields.rb', line 76004

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

Class Method Details

.fieldObject



76001
76002
76003
# File 'lib/quickfix_fields.rb', line 76001

def FloatingRateIndexCurvePeriod.field
  return 2728
end