Class: Quickfix::UnderlyingID

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

Returns a new instance of UnderlyingID.



78019
78020
78021
78022
78023
78024
78025
# File 'lib/quickfix_fields.rb', line 78019

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

Class Method Details

.fieldObject



78016
78017
78018
# File 'lib/quickfix_fields.rb', line 78016

def UnderlyingID.field
  return 2874
end