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