Class: Quickfix::FloatingRateIndexCurveUnit

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

Returns a new instance of FloatingRateIndexCurveUnit.



76030
76031
76032
76033
76034
76035
76036
# File 'lib/quickfix_fields.rb', line 76030

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

Class Method Details

.fieldObject



76027
76028
76029
# File 'lib/quickfix_fields.rb', line 76027

def FloatingRateIndexCurveUnit.field
  return 2730
end