Class: Quickfix::LegProvisionCashSettlValueDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionCashSettlValueDateBusinessDayConvention

Returns a new instance of LegProvisionCashSettlValueDateBusinessDayConvention.



34131
34132
34133
34134
34135
34136
34137
# File 'lib/quickfix_fields.rb', line 34131

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