Class: Quickfix::UnderlyingIndexCurveUnit

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

Returns a new instance of UnderlyingIndexCurveUnit.



75939
75940
75941
75942
75943
75944
75945
# File 'lib/quickfix_fields.rb', line 75939

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

Class Method Details

.fieldObject



75936
75937
75938
# File 'lib/quickfix_fields.rb', line 75936

def UnderlyingIndexCurveUnit.field
  return 2723
end