Class: Quickfix::ComplexEventXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventXID
constructor
A new instance of ComplexEventXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventXID
Returns a new instance of ComplexEventXID.
41450 41451 41452 41453 41454 41455 41456 |
# File 'lib/quickfix_fields.rb', line 41450 def initialize(data = nil) if( data == nil ) super(2138) else super(2138, data) end end |
Class Method Details
.field ⇒ Object
41447 41448 41449 |
# File 'lib/quickfix_fields.rb', line 41447 def ComplexEventXID.field return 2138 end |