Class: Quickfix::UnderlyingMakeWholeBenchmarkCurveName

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



72507
72508
72509
72510
72511
72512
72513
# File 'lib/quickfix_fields.rb', line 72507

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

Class Method Details

.fieldObject



72504
72505
72506
# File 'lib/quickfix_fields.rb', line 72504

def UnderlyingMakeWholeBenchmarkCurveName.field
  return 42890
end