Class: Quickfix::ComplexEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventBusinessCenter
constructor
A new instance of ComplexEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventBusinessCenter
Returns a new instance of ComplexEventBusinessCenter.
40930 40931 40932 40933 40934 40935 40936 |
# File 'lib/quickfix_fields.rb', line 40930 def initialize(data = nil) if( data == nil ) super(41012) else super(41012, data) end end |
Class Method Details
.field ⇒ Object
40927 40928 40929 |
# File 'lib/quickfix_fields.rb', line 40927 def ComplexEventBusinessCenter.field return 41012 end |