Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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