Class: Quickfix::NoLegPaymentStreamCompoundingDatesBusinessCenters

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

Returns a new instance of NoLegPaymentStreamCompoundingDatesBusinessCenters.



66150
66151
66152
66153
66154
66155
66156
# File 'lib/quickfix_fields.rb', line 66150

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

Class Method Details

.fieldObject



66147
66148
66149
# File 'lib/quickfix_fields.rb', line 66147

def NoLegPaymentStreamCompoundingDatesBusinessCenters.field
  return 42419
end