Class: Quickfix::LegProvisionCashSettlPaymentDateOffsetPeriod

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

Returns a new instance of LegProvisionCashSettlPaymentDateOffsetPeriod.



34040
34041
34042
34043
34044
34045
34046
# File 'lib/quickfix_fields.rb', line 34040

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

Class Method Details

.fieldObject



34037
34038
34039
# File 'lib/quickfix_fields.rb', line 34037

def LegProvisionCashSettlPaymentDateOffsetPeriod.field
  return 40519
end