Class: Quickfix::NoPaymentStreamFixingDateBusinessCenters

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

Returns a new instance of NoPaymentStreamFixingDateBusinessCenters.



39604
39605
39606
39607
39608
39609
39610
# File 'lib/quickfix_fields.rb', line 39604

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

Class Method Details

.fieldObject



39601
39602
39603
# File 'lib/quickfix_fields.rb', line 39601

def NoPaymentStreamFixingDateBusinessCenters.field
  return 40950
end