Class: Quickfix::StreamCommodityDataSourceID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityDataSourceID

Returns a new instance of StreamCommodityDataSourceID.



45870
45871
45872
45873
45874
45875
45876
# File 'lib/quickfix_fields.rb', line 45870

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