Class: Quickfix::UnderlyingStreamCommodityDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityDesc

Returns a new instance of UnderlyingStreamCommodityDesc.



55841
55842
55843
55844
55845
55846
55847
# File 'lib/quickfix_fields.rb', line 55841

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