Class: Quickfix::NoPaymentBusinessCenters

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

Returns a new instance of NoPaymentBusinessCenters.



39526
39527
39528
39529
39530
39531
39532
# File 'lib/quickfix_fields.rb', line 39526

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

Class Method Details

.fieldObject



39523
39524
39525
# File 'lib/quickfix_fields.rb', line 39523

def NoPaymentBusinessCenters.field
  return 40944
end