Class: Quickfix::UnderlyingComplexEventXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventXID
constructor
A new instance of UnderlyingComplexEventXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventXID
Returns a new instance of UnderlyingComplexEventXID.
52786 52787 52788 52789 52790 52791 52792 |
# File 'lib/quickfix_fields.rb', line 52786 def initialize(data = nil) if( data == nil ) super(2282) else super(2282, data) end end |
Class Method Details
.field ⇒ Object
52783 52784 52785 |
# File 'lib/quickfix_fields.rb', line 52783 def .field return 2282 end |