Class: Quickfix::UnderlyingPaymentStreamPaymentDateOffsetPeriod

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



34950
34951
34952
34953
34954
34955
34956
# File 'lib/quickfix_fields.rb', line 34950

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

Class Method Details

.fieldObject



34947
34948
34949
# File 'lib/quickfix_fields.rb', line 34947

def UnderlyingPaymentStreamPaymentDateOffsetPeriod.field
  return 40589
end