Class: Quickfix::ProvisionCashSettlValueDateOffsetPeriod

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

Returns a new instance of ProvisionCashSettlValueDateOffsetPeriod.



28853
28854
28855
28856
28857
28858
28859
# File 'lib/quickfix_fields.rb', line 28853

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

Class Method Details

.fieldObject



28850
28851
28852
# File 'lib/quickfix_fields.rb', line 28850

def ProvisionCashSettlValueDateOffsetPeriod.field
	return 40119
end