Class: Quickfix::UnderlyingDividendPaymentCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPaymentCurrency

Returns a new instance of UnderlyingDividendPaymentCurrency.



71870
71871
71872
71873
71874
71875
71876
# File 'lib/quickfix_fields.rb', line 71870

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