Class: Quickfix::BenchmarkSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BenchmarkSecurityIDSource

Returns a new instance of BenchmarkSecurityIDSource.



2996
2997
2998
2999
3000
3001
3002
# File 'lib/quickfix_fields.rb', line 2996

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

Class Method Details

.fieldObject



2993
2994
2995
# File 'lib/quickfix_fields.rb', line 2993

def BenchmarkSecurityIDSource.field
  return 761
end