Class: Quickfix::ExpType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ExpType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExpType
constructor
A new instance of ExpType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ExpType
Returns a new instance of ExpType.
13240 13241 13242 13243 13244 13245 13246 |
# File 'lib/quickfix_fields.rb', line 13240 def initialize(data = nil) if( data == nil ) super(982) else super(982, data) end end |
Class Method Details
.field ⇒ Object
13237 13238 13239 |
# File 'lib/quickfix_fields.rb', line 13237 def ExpType.field return 982 end |