Class: Quickfix::LegDividendPeriodPaymentDateOffsetDayType

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

Returns a new instance of LegDividendPeriodPaymentDateOffsetDayType.



65682
65683
65684
65685
65686
65687
65688
# File 'lib/quickfix_fields.rb', line 65682

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

Class Method Details

.fieldObject



65679
65680
65681
# File 'lib/quickfix_fields.rb', line 65679

def LegDividendPeriodPaymentDateOffsetDayType.field
	return 42383
end