Class: Quickfix::UnderlyingDividendNegativeRateTreatment

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendNegativeRateTreatment

Returns a new instance of UnderlyingDividendNegativeRateTreatment.



71350
71351
71352
71353
71354
71355
71356
# File 'lib/quickfix_fields.rb', line 71350

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