Class: Quickfix::BenchmarkCurveName

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



5700
5701
5702
5703
5704
5705
5706
# File 'lib/quickfix_fields.rb', line 5700

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

Class Method Details

.fieldObject



5697
5698
5699
# File 'lib/quickfix_fields.rb', line 5697

def BenchmarkCurveName.field
  return 221
end