Class: Quickfix::PaymentStreamFixingDateBusinessCenter

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

Returns a new instance of PaymentStreamFixingDateBusinessCenter.



37381
37382
37383
37384
37385
37386
37387
# File 'lib/quickfix_fields.rb', line 37381

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

Class Method Details

.fieldObject



37378
37379
37380
# File 'lib/quickfix_fields.rb', line 37378

def PaymentStreamFixingDateBusinessCenter.field
  return 40776
end