Class: Quickfix::PaymentStreamCompoundingEndDateRelativeTo

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

Returns a new instance of PaymentStreamCompoundingEndDateRelativeTo.



68763
68764
68765
68766
68767
68768
68769
# File 'lib/quickfix_fields.rb', line 68763

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

Class Method Details

.fieldObject



68760
68761
68762
# File 'lib/quickfix_fields.rb', line 68760

def PaymentStreamCompoundingEndDateRelativeTo.field
  return 42623
end