Class: Quickfix::DividendPeriodValuationDateRelativeTo

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

Returns a new instance of DividendPeriodValuationDateRelativeTo.



64226
64227
64228
64229
64230
64231
64232
# File 'lib/quickfix_fields.rb', line 64226

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

Class Method Details

.fieldObject



64223
64224
64225
# File 'lib/quickfix_fields.rb', line 64223

def DividendPeriodValuationDateRelativeTo.field
  return 42282
end