Class: Quickfix::UnderlyingPaymentStreamNonDeliverableFixingDatesBizDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableFixingDatesBizDayConvention

Returns a new instance of UnderlyingPaymentStreamNonDeliverableFixingDatesBizDayConvention.



35730
35731
35732
35733
35734
35735
35736
# File 'lib/quickfix_fields.rb', line 35730

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