Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



59075
59076
59077
# File 'lib/quickfix_fields.rb', line 59075

def UnderlyingProvisionCashSettlPaymentDateOffsetDayType.field
  return 42096
end