Class: Quickfix::OrdType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::OrdType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrdType
constructor
A new instance of OrdType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ OrdType
Returns a new instance of OrdType.
1332 1333 1334 1335 1336 1337 1338 |
# File 'lib/quickfix_fields.rb', line 1332 def initialize(data = nil) if( data == nil ) super(40) else super(40, data) end end |
Class Method Details
.field ⇒ Object
1329 1330 1331 |
# File 'lib/quickfix_fields.rb', line 1329 def OrdType.field return 40 end |