Class: Quickfix::LegBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegBusinessCenter
constructor
A new instance of LegBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegBusinessCenter
Returns a new instance of LegBusinessCenter.
39266 39267 39268 39269 39270 39271 39272 |
# File 'lib/quickfix_fields.rb', line 39266 def initialize(data = nil) if( data == nil ) super(40924) else super(40924, data) end end |
Class Method Details
.field ⇒ Object
39263 39264 39265 |
# File 'lib/quickfix_fields.rb', line 39263 def LegBusinessCenter.field return 40924 end |