Class: Quickfix::UnderlyingStreamCommodityBase

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityBase

Returns a new instance of UnderlyingStreamCommodityBase.



55789
55790
55791
55792
55793
55794
55795
# File 'lib/quickfix_fields.rb', line 55789

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