Class: Quickfix::LegDividendNegativeRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendNegativeRateTreatment

Returns a new instance of LegDividendNegativeRateTreatment.



64980
64981
64982
64983
64984
64985
64986
# File 'lib/quickfix_fields.rb', line 64980

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