Class: Quickfix::NoPaymentStreamCompoundingDatesBusinessCenters

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

Returns a new instance of NoPaymentStreamCompoundingDatesBusinessCenters.



68724
68725
68726
68727
68728
68729
68730
# File 'lib/quickfix_fields.rb', line 68724

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

Class Method Details

.fieldObject



68721
68722
68723
# File 'lib/quickfix_fields.rb', line 68721

def NoPaymentStreamCompoundingDatesBusinessCenters.field
  return 42620
end