Class: Quickfix::UnderlyingPriceQuoteCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrencyCodeSource

Returns a new instance of UnderlyingPriceQuoteCurrencyCodeSource.



78812
78813
78814
78815
78816
78817
78818
# File 'lib/quickfix_fields.rb', line 78812

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