Class: Quickfix::ComplexEventCreditEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCreditEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventBusinessCenter
constructor
A new instance of ComplexEventCreditEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventBusinessCenter
Returns a new instance of ComplexEventCreditEventBusinessCenter.
41411 41412 41413 41414 41415 41416 41417 |
# File 'lib/quickfix_fields.rb', line 41411 def initialize(data = nil) if( data == nil ) super(2135) else super(2135, data) end end |
Class Method Details
.field ⇒ Object
41408 41409 41410 |
# File 'lib/quickfix_fields.rb', line 41408 def ComplexEventCreditEventBusinessCenter.field return 2135 end |