Class: Quickfix::UnderlyingProvisionCashSettlPaymentDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDate

Returns a new instance of UnderlyingProvisionCashSettlPaymentDate.



59130
59131
59132
59133
59134
59135
59136
# File 'lib/quickfix_fields.rb', line 59130

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