Class: Quickfix::UnderlyingComplexEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventBusinessCenter
constructor
A new instance of UnderlyingComplexEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventBusinessCenter
Returns a new instance of UnderlyingComplexEventBusinessCenter.
52266 52267 52268 52269 52270 52271 52272 |
# File 'lib/quickfix_fields.rb', line 52266 def initialize(data = nil) if( data == nil ) super(41731) else super(41731, data) end end |
Class Method Details
.field ⇒ Object
52263 52264 52265 |
# File 'lib/quickfix_fields.rb', line 52263 def .field return 41731 end |