Class: Quickfix::PaymentStreamCompoundingDatesBusinessCenter

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

Returns a new instance of PaymentStreamCompoundingDatesBusinessCenter.



68737
68738
68739
68740
68741
68742
68743
# File 'lib/quickfix_fields.rb', line 68737

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

Class Method Details

.fieldObject



68734
68735
68736
# File 'lib/quickfix_fields.rb', line 68734

def PaymentStreamCompoundingDatesBusinessCenter.field
  return 42621
end