Class: Quickfix::UnderlyingStreamCommodityAltIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityAltIDSource

Returns a new instance of UnderlyingStreamCommodityAltIDSource.



56153
56154
56155
56156
56157
56158
56159
# File 'lib/quickfix_fields.rb', line 56153

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