Class: Quickfix::LegDividendYield

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendYield

Returns a new instance of LegDividendYield.



15580
15581
15582
15583
15584
15585
15586
# File 'lib/quickfix_fields.rb', line 15580

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

Class Method Details

.fieldObject



15577
15578
15579
# File 'lib/quickfix_fields.rb', line 15577

def LegDividendYield.field
	return 1381
end