Class: Quickfix::NoUnderlyingDividendPayments

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingDividendPayments

Returns a new instance of NoUnderlyingDividendPayments.



71831
71832
71833
71834
71835
71836
71837
# File 'lib/quickfix_fields.rb', line 71831

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

Class Method Details

.fieldObject



71828
71829
71830
# File 'lib/quickfix_fields.rb', line 71828

def NoUnderlyingDividendPayments.field
	return 42855
end