Class: Quickfix::LegComplexEventXIDRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegComplexEventXIDRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventXIDRef
constructor
A new instance of LegComplexEventXIDRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventXIDRef
Returns a new instance of LegComplexEventXIDRef.
47820 47821 47822 47823 47824 47825 47826 |
# File 'lib/quickfix_fields.rb', line 47820 def initialize(data = nil) if( data == nil ) super(2249) else super(2249, data) end end |
Class Method Details
.field ⇒ Object
47817 47818 47819 |
# File 'lib/quickfix_fields.rb', line 47817 def LegComplexEventXIDRef.field return 2249 end |