Class: Quickfix::UnderlyingPaymentStreamPricingBusinessCenter

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

Returns a new instance of UnderlyingPaymentStreamPricingBusinessCenter.



55113
55114
55115
55116
55117
55118
55119
# File 'lib/quickfix_fields.rb', line 55113

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

Class Method Details

.fieldObject



55110
55111
55112
# File 'lib/quickfix_fields.rb', line 55110

def UnderlyingPaymentStreamPricingBusinessCenter.field
  return 41910
end