Class: Quickfix::BusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BusinessCenter
constructor
A new instance of BusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BusinessCenter
Returns a new instance of BusinessCenter.
33416 33417 33418 33419 33420 33421 33422 |
# File 'lib/quickfix_fields.rb', line 33416 def initialize(data = nil) if( data == nil ) super(40471) else super(40471, data) end end |
Class Method Details
.field ⇒ Object
33413 33414 33415 |
# File 'lib/quickfix_fields.rb', line 33413 def BusinessCenter.field return 40471 end |