Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessCenter

Returns a new instance of UnderlyingPaymentStreamResetDateBusinessCenter.



35015
35016
35017
35018
35019
35020
35021
# File 'lib/quickfix_fields.rb', line 35015

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

Class Method Details

.fieldObject



35012
35013
35014
# File 'lib/quickfix_fields.rb', line 35012

def UnderlyingPaymentStreamResetDateBusinessCenter.field
  return 40594
end