Class: Quickfix::UnderlyingDividendAccrualPaymentDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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