Class: Quickfix::LegDividendCashPercentage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendCashPercentage

Returns a new instance of LegDividendCashPercentage.



65227
65228
65229
65230
65231
65232
65233
# File 'lib/quickfix_fields.rb', line 65227

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