Class: Quickfix::LegDividendFinalRateRoundingDirection

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDividendFinalRateRoundingDirection

Returns a new instance of LegDividendFinalRateRoundingDirection.



64941
64942
64943
64944
64945
64946
64947
# File 'lib/quickfix_fields.rb', line 64941

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

Class Method Details

.fieldObject



64938
64939
64940
# File 'lib/quickfix_fields.rb', line 64938

def LegDividendFinalRateRoundingDirection.field
	return 42326
end