Class: Quickfix::NoUnderlyingStreamCommodityDataSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityDataSources

Returns a new instance of NoUnderlyingStreamCommodityDataSources.



56166
56167
56168
56169
56170
56171
56172
# File 'lib/quickfix_fields.rb', line 56166

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