Class: Quickfix::ProvisionCashSettlPaymentDateRelativeTo

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

Returns a new instance of ProvisionCashSettlPaymentDateRelativeTo.



29451
29452
29453
29454
29455
29456
29457
# File 'lib/quickfix_fields.rb', line 29451

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

Class Method Details

.fieldObject



29448
29449
29450
# File 'lib/quickfix_fields.rb', line 29448

def ProvisionCashSettlPaymentDateRelativeTo.field
	return 40165
end