Class: Quickfix::StreamCommodityDataSourceIDType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityDataSourceIDType

Returns a new instance of StreamCommodityDataSourceIDType.



45883
45884
45885
45886
45887
45888
45889
# File 'lib/quickfix_fields.rb', line 45883

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

Class Method Details

.fieldObject



45880
45881
45882
# File 'lib/quickfix_fields.rb', line 45880

def StreamCommodityDataSourceIDType.field
  return 41282
end