Class: Quickfix::StreamCommodityType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityType

Returns a new instance of StreamCommodityType.



45493
45494
45495
45496
45497
45498
45499
# File 'lib/quickfix_fields.rb', line 45493

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