Class: Quickfix::ProvisionCashSettlPaymentDateOffsetUnit

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

Returns a new instance of ProvisionCashSettlPaymentDateOffsetUnit.



29477
29478
29479
29480
29481
29482
29483
# File 'lib/quickfix_fields.rb', line 29477

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

Class Method Details

.fieldObject



29474
29475
29476
# File 'lib/quickfix_fields.rb', line 29474

def ProvisionCashSettlPaymentDateOffsetUnit.field
  return 40167
end