Class: Quickfix::PaymentScheduleInterimExchangePaymentDateRelativeTo

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

Returns a new instance of PaymentScheduleInterimExchangePaymentDateRelativeTo.



38486
38487
38488
38489
38490
38491
38492
# File 'lib/quickfix_fields.rb', line 38486

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

Class Method Details

.fieldObject



38483
38484
38485
# File 'lib/quickfix_fields.rb', line 38483

def PaymentScheduleInterimExchangePaymentDateRelativeTo.field
	return 40861
end