Class: Quickfix::LegPaymentStreamPricingBusinessCenter

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

Returns a new instance of LegPaymentStreamPricingBusinessCenter.



50095
50096
50097
50098
50099
50100
50101
# File 'lib/quickfix_fields.rb', line 50095

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

Class Method Details

.fieldObject



50092
50093
50094
# File 'lib/quickfix_fields.rb', line 50092

def LegPaymentStreamPricingBusinessCenter.field
  return 41562
end