Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetDayType

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetDayType.



59078
59079
59080
59081
59082
59083
59084
# File 'lib/quickfix_fields.rb', line 59078

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