Class: Quickfix::UnderlyingComplexEventDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateBusinessCenter
constructor
A new instance of UnderlyingComplexEventDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateBusinessCenter
Returns a new instance of UnderlyingComplexEventDateBusinessCenter.
52357 52358 52359 52360 52361 52362 52363 |
# File 'lib/quickfix_fields.rb', line 52357 def initialize(data = nil) if( data == nil ) super(41738) else super(41738, data) end end |
Class Method Details
.field ⇒ Object
52354 52355 52356 |
# File 'lib/quickfix_fields.rb', line 52354 def UnderlyingComplexEventDateBusinessCenter.field return 41738 end |