Class: Quickfix::PaymentStreamPricingBusinessCenter

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

Returns a new instance of PaymentStreamPricingBusinessCenter.



44752
44753
44754
44755
44756
44757
44758
# File 'lib/quickfix_fields.rb', line 44752

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

Class Method Details

.fieldObject



44749
44750
44751
# File 'lib/quickfix_fields.rb', line 44749

def PaymentStreamPricingBusinessCenter.field
  return 41193
end