Class: Quickfix::BenchmarkSecurityID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BenchmarkSecurityID

Returns a new instance of BenchmarkSecurityID.



5024
5025
5026
5027
5028
5029
5030
# File 'lib/quickfix_fields.rb', line 5024

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

Class Method Details

.fieldObject



5021
5022
5023
# File 'lib/quickfix_fields.rb', line 5021

def BenchmarkSecurityID.field
  return 699
end