Class: Quickfix::UnderlyingStreamCommodityDataSourceID

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

Instance Method Summary collapse

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