Class: Quickfix::StreamCommodityAltIDSource

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

Returns a new instance of StreamCommodityAltIDSource.



45844
45845
45846
45847
45848
45849
45850
# File 'lib/quickfix_fields.rb', line 45844

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

Class Method Details

.fieldObject



45841
45842
45843
# File 'lib/quickfix_fields.rb', line 45841

def StreamCommodityAltIDSource.field
  return 41279
end