Class: Quickfix::UnderlyingPriceUnitOfMeasureCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceUnitOfMeasureCurrencyCodeSource

Returns a new instance of UnderlyingPriceUnitOfMeasureCurrencyCodeSource.



78799
78800
78801
78802
78803
78804
78805
# File 'lib/quickfix_fields.rb', line 78799

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