Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRelativeTo

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRelativeTo.



59039
59040
59041
59042
59043
59044
59045
# File 'lib/quickfix_fields.rb', line 59039

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