Class: Quickfix::DividendPeriodValuationDateOffsetDayType

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

Returns a new instance of DividendPeriodValuationDateOffsetDayType.



64265
64266
64267
64268
64269
64270
64271
# File 'lib/quickfix_fields.rb', line 64265

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

Class Method Details

.fieldObject



64262
64263
64264
# File 'lib/quickfix_fields.rb', line 64262

def DividendPeriodValuationDateOffsetDayType.field
  return 42285
end