Class: Quickfix::PaymentStreamCompoundingDate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



68552
68553
68554
# File 'lib/quickfix_fields.rb', line 68552

def PaymentStreamCompoundingDate.field
  return 42607
end