Class: Quickfix::AltMDSourceID

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

Returns a new instance of AltMDSourceID.



11108
11109
11110
11111
11112
11113
11114
# File 'lib/quickfix_fields.rb', line 11108

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

Class Method Details

.fieldObject



11105
11106
11107
# File 'lib/quickfix_fields.rb', line 11105

def AltMDSourceID.field
  return 817
end