Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetUnit

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetUnit.



59065
59066
59067
59068
59069
59070
59071
# File 'lib/quickfix_fields.rb', line 59065

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