Class: Quickfix::UnderlyingComplexEventCreditEventBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventBusinessCenter
constructor
A new instance of UnderlyingComplexEventCreditEventBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventBusinessCenter
Returns a new instance of UnderlyingComplexEventCreditEventBusinessCenter.
52747 52748 52749 52750 52751 52752 52753 |
# File 'lib/quickfix_fields.rb', line 52747 def initialize(data = nil) if( data == nil ) super(2279) else super(2279, data) end end |
Class Method Details
.field ⇒ Object
52744 52745 52746 |
# File 'lib/quickfix_fields.rb', line 52744 def UnderlyingComplexEventCreditEventBusinessCenter.field return 2279 end |