Class: Quickfix::ExecType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::ExecType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecType
constructor
A new instance of ExecType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ ExecType
Returns a new instance of ExecType.
2359 2360 2361 2362 2363 2364 2365 |
# File 'lib/quickfix_fields.rb', line 2359 def initialize(data = nil) if( data == nil ) super(150) else super(150, data) end end |
Class Method Details
.field ⇒ Object
2356 2357 2358 |
# File 'lib/quickfix_fields.rb', line 2356 def ExecType.field return 150 end |