Class: Quickfix::UnderlyingDividendAccrualPaymentDateRelativeTo

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

Returns a new instance of UnderlyingDividendAccrualPaymentDateRelativeTo.



71363
71364
71365
71366
71367
71368
71369
# File 'lib/quickfix_fields.rb', line 71363

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

Class Method Details

.fieldObject



71360
71361
71362
# File 'lib/quickfix_fields.rb', line 71360

def UnderlyingDividendAccrualPaymentDateRelativeTo.field
  return 42819
end