Class: Quickfix::UnderlyingComplexEventFixingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventFixingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventFixingTimeBusinessCenter
constructor
A new instance of UnderlyingComplexEventFixingTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventFixingTimeBusinessCenter
Returns a new instance of UnderlyingComplexEventFixingTimeBusinessCenter.
52474 52475 52476 52477 52478 52479 52480 |
# File 'lib/quickfix_fields.rb', line 52474 def initialize(data = nil) if( data == nil ) super(41747) else super(41747, data) end end |
Class Method Details
.field ⇒ Object
52471 52472 52473 |
# File 'lib/quickfix_fields.rb', line 52471 def .field return 41747 end |