Class: Quickfix::DerivativePriceQuoteCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativePriceQuoteCurrencyCodeSource

Returns a new instance of DerivativePriceQuoteCurrencyCodeSource.



78747
78748
78749
78750
78751
78752
78753
# File 'lib/quickfix_fields.rb', line 78747

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