Class: Quickfix::NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters

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

Returns a new instance of NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters.



39877
39878
39879
39880
39881
39882
39883
# File 'lib/quickfix_fields.rb', line 39877

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

Class Method Details

.fieldObject



39874
39875
39876
# File 'lib/quickfix_fields.rb', line 39874

def NoUnderlyingPaymentStreamInitialFixingDateBusinessCenters.field
  return 40971
end