Class: Quickfix::DividendPeriodPaymentDateRelativeTo

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

Returns a new instance of DividendPeriodPaymentDateRelativeTo.



64304
64305
64306
64307
64308
64309
64310
# File 'lib/quickfix_fields.rb', line 64304

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

Class Method Details

.fieldObject



64301
64302
64303
# File 'lib/quickfix_fields.rb', line 64301

def DividendPeriodPaymentDateRelativeTo.field
	return 42288
end