Class: Quickfix::UnderlyingMakeWholeBenchmarkCurvePoint

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

Returns a new instance of UnderlyingMakeWholeBenchmarkCurvePoint.



72520
72521
72522
72523
72524
72525
72526
# File 'lib/quickfix_fields.rb', line 72520

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

Class Method Details

.fieldObject



72517
72518
72519
# File 'lib/quickfix_fields.rb', line 72517

def UnderlyingMakeWholeBenchmarkCurvePoint.field
  return 42891
end