Class: Quickfix::NoUnderlyingPaymentStreamResetDateBusinessCenters

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

Returns a new instance of NoUnderlyingPaymentStreamResetDateBusinessCenters.



39864
39865
39866
39867
39868
39869
39870
# File 'lib/quickfix_fields.rb', line 39864

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

Class Method Details

.fieldObject



39861
39862
39863
# File 'lib/quickfix_fields.rb', line 39861

def NoUnderlyingPaymentStreamResetDateBusinessCenters.field
  return 40970
end