Class: Quickfix::PaymentBusinessCenter

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

Returns a new instance of PaymentBusinessCenter.



30179
30180
30181
30182
30183
30184
30185
# File 'lib/quickfix_fields.rb', line 30179

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

Class Method Details

.fieldObject



30176
30177
30178
# File 'lib/quickfix_fields.rb', line 30176

def PaymentBusinessCenter.field
  return 40221
end