Class: Quickfix::DividendYield

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DividendYield

Returns a new instance of DividendYield.



12512
12513
12514
12515
12516
12517
12518
# File 'lib/quickfix_fields.rb', line 12512

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

Class Method Details

.fieldObject



12509
12510
12511
# File 'lib/quickfix_fields.rb', line 12509

def DividendYield.field
	return 1380
end