Class: Quickfix::StreamCommodityDataSourceIDType

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

Instance Method Summary collapse

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