Class: Quickfix::LegDividendPeriodBusinessDayConvention

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) ⇒ LegDividendPeriodBusinessDayConvention

Returns a new instance of LegDividendPeriodBusinessDayConvention.



65539
65540
65541
65542
65543
65544
65545
# File 'lib/quickfix_fields.rb', line 65539

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

Class Method Details

.fieldObject



65536
65537
65538
# File 'lib/quickfix_fields.rb', line 65536

def LegDividendPeriodBusinessDayConvention.field
	return 42372
end