Class: Quickfix::LegDividendPeriodValuationDateRelativeTo

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

Instance Method Summary collapse

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