Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetPeriod

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

Returns a new instance of UnderlyingProvisionCashSettlValueDateOffsetPeriod.



59234
59235
59236
59237
59238
59239
59240
# File 'lib/quickfix_fields.rb', line 59234

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

Class Method Details

.fieldObject



59231
59232
59233
# File 'lib/quickfix_fields.rb', line 59231

def UnderlyingProvisionCashSettlValueDateOffsetPeriod.field
	return 42108
end