Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateBusinessDayConvention.



59026
59027
59028
59029
59030
59031
59032
# File 'lib/quickfix_fields.rb', line 59026

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