Class: Quickfix::BenchmarkSecurityIDSource

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

Returns a new instance of BenchmarkSecurityIDSource.



10406
10407
10408
10409
10410
10411
10412
# File 'lib/quickfix_fields.rb', line 10406

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

Class Method Details

.fieldObject



10403
10404
10405
# File 'lib/quickfix_fields.rb', line 10403

def BenchmarkSecurityIDSource.field
  return 761
end