Class: Quickfix::StreamCommodityCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityCurrency

Returns a new instance of StreamCommodityCurrency.



45584
45585
45586
45587
45588
45589
45590
# File 'lib/quickfix_fields.rb', line 45584

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