Class: Quickfix::LegDividendYield

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendYield

Returns a new instance of LegDividendYield.



18336
18337
18338
18339
18340
18341
18342
# File 'lib/quickfix_fields.rb', line 18336

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