Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetUnit

Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetUnit.



59065
59066
59067
59068
59069
59070
59071
# File 'lib/quickfix_fields.rb', line 59065

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

Class Method Details

.fieldObject



59062
59063
59064
# File 'lib/quickfix_fields.rb', line 59062

def UnderlyingProvisionCashSettlPaymentDateOffsetUnit.field
  return 42095
end