Class: Quickfix::UnderlyingExtraordinaryDividendCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



71529
71530
71531
# File 'lib/quickfix_fields.rb', line 71529

def UnderlyingExtraordinaryDividendCurrency.field
	return 42832
end