Class: Quickfix::PaymentStreamPaymentDateBusinessCenter

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

Returns a new instance of PaymentStreamPaymentDateBusinessCenter.



37069
37070
37071
37072
37073
37074
37075
# File 'lib/quickfix_fields.rb', line 37069

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

Class Method Details

.fieldObject



37066
37067
37068
# File 'lib/quickfix_fields.rb', line 37066

def PaymentStreamPaymentDateBusinessCenter.field
  return 40752
end