Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetPeriod

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

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetPeriod.



59052
59053
59054
59055
59056
59057
59058
# File 'lib/quickfix_fields.rb', line 59052

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

Class Method Details

.fieldObject



59049
59050
59051
# File 'lib/quickfix_fields.rb', line 59049

def UnderlyingProvisionCashSettlPaymentDateOffsetPeriod.field
  return 42094
end