Class: Quickfix::StreamCommodityPricingType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityPricingType

Returns a new instance of StreamCommodityPricingType.



45662
45663
45664
45665
45666
45667
45668
# File 'lib/quickfix_fields.rb', line 45662

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