Class: Quickfix::ProvisionCashSettlPaymentDateOffsetDayType

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

Returns a new instance of ProvisionCashSettlPaymentDateOffsetDayType.



29490
29491
29492
29493
29494
29495
29496
# File 'lib/quickfix_fields.rb', line 29490

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

Class Method Details

.fieldObject



29487
29488
29489
# File 'lib/quickfix_fields.rb', line 29487

def ProvisionCashSettlPaymentDateOffsetDayType.field
	return 40168
end