Class: Quickfix::LegProvisionCashSettlValueDateOffsetPeriod

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

Returns a new instance of LegProvisionCashSettlValueDateOffsetPeriod.



34170
34171
34172
34173
34174
34175
34176
# File 'lib/quickfix_fields.rb', line 34170

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

Class Method Details

.fieldObject



34167
34168
34169
# File 'lib/quickfix_fields.rb', line 34167

def LegProvisionCashSettlValueDateOffsetPeriod.field
	return 40529
end