Class: Quickfix::LegProvisionCashSettlPaymentDateOffsetDayType

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) ⇒ LegProvisionCashSettlPaymentDateOffsetDayType

Returns a new instance of LegProvisionCashSettlPaymentDateOffsetDayType.



34066
34067
34068
34069
34070
34071
34072
# File 'lib/quickfix_fields.rb', line 34066

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

Class Method Details

.fieldObject



34063
34064
34065
# File 'lib/quickfix_fields.rb', line 34063

def LegProvisionCashSettlPaymentDateOffsetDayType.field
  return 40521
end