Class: Quickfix::PaymentStreamCompoundingDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingDate

Returns a new instance of PaymentStreamCompoundingDate.



68555
68556
68557
68558
68559
68560
68561
# File 'lib/quickfix_fields.rb', line 68555

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