Class: Quickfix::PaymentStreamPricingBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamPricingBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingBusinessCenter
constructor
A new instance of PaymentStreamPricingBusinessCenter.
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
.field ⇒ Object
44749 44750 44751 |
# File 'lib/quickfix_fields.rb', line 44749 def PaymentStreamPricingBusinessCenter.field return 41193 end |