Class: Quickfix::DividendAccrualPaymentDateRelativeTo

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

Returns a new instance of DividendAccrualPaymentDateRelativeTo.



63654
63655
63656
63657
63658
63659
63660
# File 'lib/quickfix_fields.rb', line 63654

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

Class Method Details

.fieldObject



63651
63652
63653
# File 'lib/quickfix_fields.rb', line 63651

def DividendAccrualPaymentDateRelativeTo.field
  return 42238
end