Class: Quickfix::UnderlyingPriceQuoteCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPriceQuoteCurrency

Returns a new instance of UnderlyingPriceQuoteCurrency.



21690
21691
21692
21693
21694
21695
21696
# File 'lib/quickfix_fields.rb', line 21690

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