Class: Quickfix::PaymentStreamCompoundingEndDateOffsetPeriod

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

Returns a new instance of PaymentStreamCompoundingEndDateOffsetPeriod.



68776
68777
68778
68779
68780
68781
68782
# File 'lib/quickfix_fields.rb', line 68776

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

Class Method Details

.fieldObject



68773
68774
68775
# File 'lib/quickfix_fields.rb', line 68773

def PaymentStreamCompoundingEndDateOffsetPeriod.field
  return 42624
end