Class: Quickfix::PaymentStreamCompoundingEndDateRelativeTo

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

Instance Method Summary collapse

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