Class: Quickfix::DividendNegativeRateTreatment

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DividendNegativeRateTreatment



63615
63616
63617
63618
63619
63620
63621
# File 'lib/quickfix_fields.rb', line 63615

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

Class Method Details

.fieldObject



63612
63613
63614
# File 'lib/quickfix_fields.rb', line 63612

def DividendNegativeRateTreatment.field
	return 42235
end