Class: Quickfix::LegDividendPeriodValuationDateOffsetPeriod

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

Returns a new instance of LegDividendPeriodValuationDateOffsetPeriod.



65578
65579
65580
65581
65582
65583
65584
# File 'lib/quickfix_fields.rb', line 65578

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

Class Method Details

.fieldObject



65575
65576
65577
# File 'lib/quickfix_fields.rb', line 65575

def LegDividendPeriodValuationDateOffsetPeriod.field
  return 42375
end