Class: Quickfix::UnderlyingStreamCommodityDataSourceID

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

Returns a new instance of UnderlyingStreamCommodityDataSourceID.



56179
56180
56181
56182
56183
56184
56185
# File 'lib/quickfix_fields.rb', line 56179

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

Class Method Details

.fieldObject



56176
56177
56178
# File 'lib/quickfix_fields.rb', line 56176

def UnderlyingStreamCommodityDataSourceID.field
  return 41994
end