Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetDayType

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

Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetDayType.



72143
72144
72145
72146
72147
72148
72149
# File 'lib/quickfix_fields.rb', line 72143

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

Class Method Details

.fieldObject



72140
72141
72142
# File 'lib/quickfix_fields.rb', line 72140

def UnderlyingDividendPeriodPaymentDateOffsetDayType.field
  return 42879
end