Class: Quickfix::StreamCommodityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityDesc

Returns a new instance of StreamCommodityDesc.



45532
45533
45534
45535
45536
45537
45538
# File 'lib/quickfix_fields.rb', line 45532

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