Class: Quickfix::UnderlyingProvisionCashSettlValueDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateBusinessDayConvention

Returns a new instance of UnderlyingProvisionCashSettlValueDateBusinessDayConvention.



59208
59209
59210
59211
59212
59213
59214
# File 'lib/quickfix_fields.rb', line 59208

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