Class: Quickfix::LegDividendPeriodValuationDateOffsetDayType

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

Returns a new instance of LegDividendPeriodValuationDateOffsetDayType.



65604
65605
65606
65607
65608
65609
65610
# File 'lib/quickfix_fields.rb', line 65604

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

Class Method Details

.fieldObject



65601
65602
65603
# File 'lib/quickfix_fields.rb', line 65601

def LegDividendPeriodValuationDateOffsetDayType.field
  return 42377
end