Class: Quickfix::UnderlyingExtraordinaryDividendCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExtraordinaryDividendCurrency

Returns a new instance of UnderlyingExtraordinaryDividendCurrency.



71532
71533
71534
71535
71536
71537
71538
# File 'lib/quickfix_fields.rb', line 71532

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