Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetDayType

Returns a new instance of UnderlyingProvisionCashSettlValueDateOffsetDayType.



59260
59261
59262
59263
59264
59265
59266
# File 'lib/quickfix_fields.rb', line 59260

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