Class: Quickfix::LegDividendPeriodValuationDateRelativeTo

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

Returns a new instance of LegDividendPeriodValuationDateRelativeTo.



65565
65566
65567
65568
65569
65570
65571
# File 'lib/quickfix_fields.rb', line 65565

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

Class Method Details

.fieldObject



65562
65563
65564
# File 'lib/quickfix_fields.rb', line 65562

def LegDividendPeriodValuationDateRelativeTo.field
  return 42374
end