Class: Quickfix::NoUnderlyingPaymentStreamFixingDateBusinessCenters

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

Returns a new instance of NoUnderlyingPaymentStreamFixingDateBusinessCenters.



39890
39891
39892
39893
39894
39895
39896
# File 'lib/quickfix_fields.rb', line 39890

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

Class Method Details

.fieldObject



39887
39888
39889
# File 'lib/quickfix_fields.rb', line 39887

def NoUnderlyingPaymentStreamFixingDateBusinessCenters.field
  return 40972
end