Class: Quickfix::BenchmarkSecurityID

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

Returns a new instance of BenchmarkSecurityID.



9600
9601
9602
9603
9604
9605
9606
# File 'lib/quickfix_fields.rb', line 9600

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

Class Method Details

.fieldObject



9597
9598
9599
# File 'lib/quickfix_fields.rb', line 9597

def BenchmarkSecurityID.field
  return 699
end