Class: Quickfix::LegBenchmarkCurvePoint

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkCurvePoint



9834
9835
9836
9837
9838
9839
9840
# File 'lib/quickfix_fields.rb', line 9834

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

Class Method Details

.fieldObject



9831
9832
9833
# File 'lib/quickfix_fields.rb', line 9831

def LegBenchmarkCurvePoint.field
  return 678
end